home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 24 / MacAddict_024_1998_08.iso / Media / Software.dxr / Images_38.ls < prev    next >
Encoding:
Text File  |  1998-06-04  |  162 b   |  10 lines

  1. on mouseDown
  2.   global gBrowser
  3.   set i to the text of field "url"
  4.   if field "BrowserSelect" = EMPTY then
  5.     NoBrowserU()
  6.   else
  7.     gotoNetPage(i)
  8.   end if
  9. end
  10.