home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / TemaCD / RCEdit / RCEdit.CAB / TOP.JS < prev    next >
Text File  |  1999-01-01  |  331b  |  4 lines

  1. // Script used to ensure that the document is loaded into it's own top window
  2. // Great for "unframing" your document when someone links your page into a their frameset
  3.  
  4. if (self != top) window.open(document.location ,"_top","toolbar=yes,location=1,directories=yes,status=yes,menubar=1,scrollbars=yes,resizable=0,copyhistory=1");