Toll Free-1-800-921-7803Live Chat
Members Login
  • Services
  • Affiliates
  • About Us
  • Contact Us
  • Support
Hosted Services Forum Hosting Guestbook Hosting Website Poll Hosting Chat Room Hosting
Development Services Software Development Website Development



Support Center > General > Requiring the page to be loaded in a frame

Product Pages: General, General Pricing, General Features, General Examples




Requiring the page to be loaded in a frame

You can require your tool to be loaded within a frame by following the instructions below:

  1. Login to your Website Toolbox account.
  2. Click the Custom HTML link.
  3. Insert the following code into the "Head" text box. If there is no "Head" textbox, the "Header" textbox can be used instead.

    <script>
    <!--
    if (window.location == parent.top.location) {
        document.location = "FRAME URL";
    }
    -->
    </script>
    

Replace FRAME URL with the URL of the page that defines the frames of the page. This should be the HTML page which has a FRAMESET HTML tag used in it.


If you still need assistance, please contact customer support. Home