• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Parse CGI and OS X
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Parse CGI and OS X


  • Subject: Parse CGI and OS X
  • From: Fabio <email@hidden>
  • Date: Sun, 30 Jun 2002 17:41:48 +0200

Hello,

in MacOS 9 I used the scripting addition "Parse CGI Osax" to get data from
an html form's content, for example:

-------
set formData to parse CGI arguments postData without combining duplicates

try
set name to CGI field "name" from formData
on error
return formatError("Error in field -name-.")
end try

try
set name to CGI field "surname" from formData
on error
return formatError("Error in field -surname-.")
end try

... and so on
--------

Now, using MacOS X, Parse CGI isn't avaible: how I can get data from a
form??

Thanks.

Fabio
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: Buffered-Unbuffered data in AS?
  • Next by Date: Re: Buffered-Unbuffered data in AS?
  • Previous by thread: Re: AppleScript commandsa for AppleWorks Spread Sheets
  • Next by thread: What a great resource- Can you help me?
  • Index(es):
    • Date
    • Thread