home *** CD-ROM | disk | FTP | other *** search
/ Web Pages Made Easy 52 - CoffeeCup HTML Editor 9.5 / WPME.ISO / main.dxr / Behaviours_9_linkscript.ls < prev    next >
Encoding:
Text File  |  2005-03-23  |  188 b   |  9 lines

  1. on hyperlinkClicked me, data, range
  2.   if data starts "http://" then
  3.     gotoNetPage(data)
  4.   else
  5.     filetorun = data
  6.     Ok = baOpenFile(the moviePath & filetorun, "normal")
  7.   end if
  8. end
  9.