Form submition beahviour - <button></button>
- From: "Jorge Ferreira" <tecnica@xxxxxxxxxxx>
- Date: Mon, 4 Dec 2006 14:40:54 -0000
Hi
I've recently experienced the following dificulty with IE (6 and 7)
When using the <button></button> instead of <input> the submited value is
not what was expected.
Example:
<button type="submit" name="cmd" value="2">CONFIRM</button>
Submits ?cmd=CONFIRM when it should have submited ?cmd=2
It was supposed to behave like <input type="submit" name="cmd" value="2">
but insteads it is behaving like <input type="submit" name="cmd"
value="CONFIRM">
I couldn't figure out what is happening, could it be some configuration
option that i'm missing our its normal IE behaviour (I've tested with a
couple of other browsers and it looks like an IE only behaviour). If this is
the case, is there any workaround to this, besides abandoning the use of the
<button></button> input type.
TIA for your atention and time
Regards
Jorge Ferreira
.
- Prev by Date: Remembering Passwords
- Next by Date: Re: IE7 Problems
- Previous by thread: Remembering Passwords
- Next by thread: Home Page in IE7
- Index(es):