On Mon, March 20, 2006 4:16 pm, Manuel Amador (Rudd-O) wrote:
> The original poster's problem may be related to the fact that,
> perhaps,
> he's checking for the value of a button in the POST variable, when
> it's
> a very well known fact that the browser only sends the value of the
> button if the user *clicks* the button, but not if the user hits ENTER
> in one of the form fields.

That's actually browser-dependent behaviour...

I think it was Netscape that sent the name/value just as if the user
clicked the button, but IE that didn't.

Or maybe vice-versa.

There is something to be said for not trying to make your code XHTML
compliant, though...

I'm more worried about "works in all browsers" compliant, which,
unfortunately, is not a documented standard anywhere. :-v

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to