If you are not using the forum service, you can require that pages be loaded within a frame by following the instructions below:
- Log in to your Website Toolbox account.
- Click the Integrate link.
- Click the Custom Code link.
- 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 contains the iframe.