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