home *** CD-ROM | disk | FTP | other *** search
/ Buffalo Sabres 2001-2002 Promotional CD / Sabres.iso / pc / sched.dxr / 00027.ls < prev    next >
Encoding:
Text File  |  2001-09-05  |  182 b   |  10 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     type = "/"
  4.   else
  5.     type = ":"
  6.   end if
  7.   netPage = the pathname & "link" & type & "tickets.html"
  8.   open(netPage, browserName())
  9. end
  10.