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