home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000…tember: Reference Library
/
Dev.CD Sep 00 RL Disk 2.toast
/
TechnicalPublications
/
carbon
/
Files
/
FileManager
/
File_Manager
/
ResultCodes
/
frametest.js
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-14
|
370 b
|
23 lines
|
[
TEXT/R*ch
]
<!--
if (parent.frames.length != 0) {
var frameLink = '<img src="../Images/hideframes.gif" border="0">';
}
else {
var frameLink = '<img src="../Images/showframes.gif" border="0">';}
function testFrame(){
if (parent.frames.length != 0) {
top.location = self.location;
// loaded in frames
}
else {
location='index2.html';
// not loaded frames
}
}
//-->