Axel Groß wrote:

Hi everybody!

Maybe someone tried to go along with html 4.0 buttons.
this is really strange.
since IE 5.0 <button type="submit" .. > buttons should send the contents of
the value attribute, if it exists; not the body contents.

True, per spec.

<snip/>

Try changing the name of the button. Personally, I haven't tried to use this feature but I've seen naming-related bugs before. If that fails and you are trying to figure out which button submitted the form, you'll have to use event listeners and scripting to set a hidden field or something. Not that I'm telling you anything you dont know but it may help some future googling.

hth,

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to