home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Web Pages Made Easy 52 - CoffeeCup HTML Editor 9.5
/
WPME.ISO
/
main.dxr
/
Behaviours_9_linkscript.ls
< 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
|
2005-03-23
|
188 b
|
9 lines
on hyperlinkClicked me, data, range
if data starts "http://" then
gotoNetPage(data)
else
filetorun = data
Ok = baOpenFile(the moviePath & filetorun, "normal")
end if
end