home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 19 / MacAddict_019_1998_03.iso / Media / Staz.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1997-12-18  |  164 b   |  9 lines

  1. on mouseUp
  2.   loadBrowser()
  3.   if the text of field "browserLoc" = EMPTY then
  4.     NoBrowserU()
  5.   else
  6.     launchWebThingy("http://www.stazsoftware.com")
  7.   end if
  8. end
  9.