home *** CD-ROM | disk | FTP | other *** search
/ PC User 2005 May / CD / PCU0505CD.iso / software / full / coffecup / files / html2005.exe / %MAINDIR% / Javascript / KillFrames.xml < prev    next >
Encoding:
Text File  |  2005-02-16  |  702 b   |  36 lines

  1. <ccResource>
  2.   <ccTitle>
  3. Kill Frames
  4.   </ccTitle>
  5.   <ccCategory>
  6. Browser
  7.   </ccCategory>
  8.   <ccDescription>
  9. This script will prevent others from using your webpage.
  10.   </ccDescription>
  11.   <ccInstructions>
  12. Put this code at the beginning of your pages '<body>' tags.
  13.   </ccInstructions>
  14.   <ccHeadContent>
  15.   
  16.   </ccHeadContent>
  17.   <ccBodyContent>
  18. <CENTER>
  19. <SCRIPT LANGUAGE="JavaScript">
  20.  
  21. <!-- Begin
  22. if (window != top) top.location.href = location.href;
  23. // End -->
  24. </SCRIPT>
  25. </CENTER>
  26.   </ccBodyContent>
  27.   <ccElementContent>
  28.   
  29.    <ccElementName></ccElementName>
  30.    <ccElementAction></ccElementAction>
  31.    
  32.   </ccElementContent>
  33.   <ccExtraData>
  34.  
  35.   </ccExtraData>
  36. </ccResource>