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 >
Wrap
Text File
|
1999-01-01
|
331b
|
4 lines
// Script used to ensure that the document is loaded into it's own top window
// Great for "unframing" your document when someone links your page into a their frameset
if (self != top) window.open(document.location ,"_top","toolbar=yes,location=1,directories=yes,status=yes,menubar=1,scrollbars=yes,resizable=0,copyhistory=1");