home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 10 / MacAddict_010_1997_06.iso / media / Demos.Dxr / 00045.ls < prev    next >
Encoding:
Text File  |  1997-03-26  |  283 b   |  14 lines

  1. on mouseDown
  2.   global gBrowser
  3.   if field "BrowserLoc" = EMPTY then
  4.     NoBrowserU()
  5.   else
  6.     launchURL(gBrowser, "http://www.bias-inc.com/")
  7.   end if
  8. end
  9.  
  10. on NoBrowserU
  11.   alert("You must select a Web Browser to link to this information. Please select one now.")
  12.   go("setup")
  13. end
  14.