home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 10 / MacAddict_010_1997_06.iso / media / ThisIssue.Dxr / Images_57.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  311 b   |  16 lines

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