home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- Break out of Frames
- </ccTitle>
- <ccCategory>
- Browser
- </ccCategory>
- <ccDescription>
- Break out of frames Use this javascript to make sure that your web page is not shown in someone else's frames.
- </ccDescription>
- <ccInstructions>
- The code goes only inside the BODY tags. You can change the items below to suit your needs.
- </ccInstructions>
- <ccHeadContent>
-
- </ccHeadContent>
- <ccBodyContent>
- <SCRIPT LANGUAGE="JavaScript">
- <!--
- setTimeout ("changePage()", 3000);
- function changePage() {
- if (self.parent.frames.length != 0)
- self.parent.location="http://www.coffeecup.com";
- }
- // -->
- </SCRIPT>
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>