Re: Parse CGI and OS X
Re: Parse CGI and OS X
- Subject: Re: Parse CGI and OS X
- From: email@hidden
- Date: Mon, 1 Jul 2002 04:42:38 EDT
Fabio,
Check out James Sentman's acgi dispatcher, which includes a replacement for
Parse CGI Osax.
http://www.sentman.com/acgi/
Out of curiosity, why haven't you been using Motoyuki Tanaka's most excellent
"Tanaka's osax 2.0.1?"
Jeff Baumann
email@hidden
www.linkedresources.com
cc please, on digest
In a message dated 7/1/02 12:08:19 AM, Fabio writes:
>
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.