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 / paris / wave / MAP062E.dcr / 00132_INQ01(UPDATE).ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  227 b   |  13 lines

  1. global debug, bank, status
  2.  
  3. on exitFrame
  4.   if status = 0 then
  5.     go("MV")
  6.   else
  7.     set para to bank & "name=" & field "Name" & "&password=" & field "Pass"
  8.     if debug = 0 then
  9.       getnettext(para)
  10.     end if
  11.   end if
  12. end
  13.