home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 18 / MacAddict_018_1998_02.iso / MEDIA / Demos.dxr / Internal_38.ls < prev    next >
Encoding:
Text File  |  1997-12-03  |  308 b   |  15 lines

  1. on mouseDown
  2.   global gBrowser
  3.   loadBrowser()
  4.   if field "BrowserLoc" = EMPTY then
  5.     NoBrowserU()
  6.   else
  7.     launchURL(gBrowser, the text of field "demo1URL")
  8.   end if
  9. end
  10.  
  11. on NoBrowserU
  12.   alert("You must select a Web Browser to link to this information. Please select one now.")
  13.   openconfigwindow()
  14. end
  15.