It probably has to do with the fact that you are using a querystring
for the action and the encoding type is set to url encode. Safari is
appending the data to the action essentially creating a GET request
instead of a post where the data is part of the message body.
I would recommend experimenting with removing enctype and/or droping
the ?rm-login on the cgi and see what safari posts back then.
On Jun 23, 2004, at 11:18 AM, Leon Chen wrote:
I am testing with the following HTML with a simple test CGI on my OS X
machine:
It looks like in Safari the Post form processing is like to just
append the hidden value rm=update to the action URI while IE and
Netscape would replace the the "rm=login" in the actions URI with
"rm=update" which is expected the result.
Any one could advise why Safari does this differently?
Thanks,
Leon
_______________________________________________
web-development mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.
Lucas Holt
email@hidden
________________________________________________________
FoolishGames.com (Jewel Fan Site)
JustJournal.com (Free blogging)
_______________________________________________
web-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.