home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
casestdy
/
ch12_isn
/
ledmiaw.dir
/
00049.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-12
|
108 b
|
10 lines
global gURLName
on mouseUp
if gURLName = " " then
exit
else
goToNetPage(gURLName)
end if
end