Domino Code Fragment

Code Name*
Keep from getting framed
Date*
8/25/98
Source (or email address if you prefer)*
Lotus-Dev.Net
IP address:.18.116.13.113
Description*
Ensure that your site will load into the top level of the window, even if the author linking to your site fails to use the target attribute.
Type*
JavaScript
Categories*
User Interface (Web), Website Tools
Implementation:
None (plug and play)
Required Client:
IE3, NS3
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
<SCRIPT language="JavaScript"
             type="text/javascript">
             <!--
             if(self.location != top.location)
                 top.location = self.location;
             //-->
             </SCRIPT>