home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gBrowser
- TrackClick()
- set i to the text of field "url"
- if field "browserSelect" = EMPTY then
- NoBrowserU()
- else
- launchURL(gBrowser, i)
- end if
- end
-
- on NoBrowserU
- alert("You must select a Web Browser to link to this information. Please select one now.")
- go("setup")
- end
-