home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / tokyo / menu.dcr / 00102.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  264 b   |  8 lines

  1. on mouseUp
  2.   set userid to field "enterID"
  3.   set userpw to field "enterPW"
  4.   set userpw2 to field "enterPW2"
  5.   getnettext("http://202.224.191.2/cgi-bin/Accountj.cgi?" & "theName=" & userid & "&" & "pass1=" & userpw & "&" & "pass2=" & userpw2)
  6.   go("bankloop")
  7. end
  8.