[thelist] doorway pages

Alan Wood alan.wood at context.co.uk
Mon Sep 16 09:59:05 CDT 2002


Philip Warbasse wrote:

> Third, to keep people from pulling up pages out of the frameset use
> this script on each page
> <Script language="JavaScript">
> <!--
> if (top == self) self.location.href="Frameset file here";
> //-->
> </Script>
> This automatically loads the whole frameset to keep your site intact.
>
To help people whose browser does not support JavaScript, or who have
disabled it, you can add something like this within the <body>:

<noscript>
<p><strong>This document is intended to be viewed in a frame set.
Please load:<br>
<a href="document_frame.html" target="_top">Title of
Document</a></strong></p>
</noscript>

--
Alan Wood
http://www.alanwood.net (Unicode, special characters, pesticide names)




More information about the thelist mailing list