home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 6 / MacAddict_006_1997_02.iso / media / RESOURCES.Dxr / 00069.ls < prev    next >
Encoding:
Text File  |  1996-11-22  |  232 b   |  10 lines

  1. on mouseDown
  2.   global gBrowser, dbase
  3.   pressbtn()
  4.   HideLaunchDlg()
  5.   if not objectp(gBrowser) then
  6.     set gBrowser to new(script "BrowserClass", "htmlsource")
  7.   end if
  8.   launchURL(gBrowser, the url of the activerec of dbase)
  9. end
  10.