home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 6
/
MacAddict_006_1997_02.iso
/
media
/
RESOURCES.Dxr
/
00069.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
|
1996-11-22
|
232 b
|
10 lines
on mouseDown
global gBrowser, dbase
pressbtn()
HideLaunchDlg()
if not objectp(gBrowser) then
set gBrowser to new(script "BrowserClass", "htmlsource")
end if
launchURL(gBrowser, the url of the activerec of dbase)
end