home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gBrowser
- if field "BrowserLoc" = EMPTY then
- NoBrowserU()
- else
- launchURL(gBrowser, "http://www.bias-inc.com/")
- end if
- end
-
- on NoBrowserU
- alert("You must select a Web Browser to link to this information. Please select one now.")
- go("setup")
- end
-