home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Open 43
/
pcopen43.iso
/
Internet
/
RCedit
/
RCEdit.msi
/
Instal01.cab
/
_6E6B16E92FCD11D4A98C00104B9A8B22
< prev
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
|
1998-06-05
|
185 b
|
9 lines
// Show reffering URL, if any
function getref() {
if (document.referrer == "")
{document.write("Information not available")}
else
{document.write(document.referrer)}
}