Forcing a page to be in a Frame

<SCRIPT>

/* if the current page (self) is at the top-most level, then replace the current page with the URL of the frameset. The frameset will then load the current page into its appropriate frame. */

if (self.location == top.location) top.location.href = "frameset.htm";

</SCRIPT>

<BODY>

<H1>A page that should always be within a frame</H1>