home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 October / dotnet_50.iso / pc / media / moteur.dxr / 00010_contact.ls < prev    next >
Encoding:
Text File  |  2000-10-02  |  266 b   |  12 lines

  1. on mouseUp
  2.   if char 1 of line 6 of field "des" = "h" then
  3.     adresse = line 6 of field "des"
  4.     gotoNetPage(adresse)
  5.   else
  6.     if char 1 of line 6 of field "des" = "w" then
  7.       adresse = line 6 of field "des"
  8.       gotoNetPage(adresse)
  9.     end if
  10.   end if
  11. end
  12.