home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / casestdy / ch12_isn / ledmiaw.dir / 00049.ls < prev    next >
Encoding:
Text File  |  1996-11-12  |  108 b   |  10 lines

  1. global gURLName
  2.  
  3. on mouseUp
  4.   if gURLName = " " then
  5.     exit
  6.   else
  7.     goToNetPage(gURLName)
  8.   end if
  9. end
  10.