Hi folks,
I've been building some web applications using the <button> tag, but I discovered that button tags don't work properly in MSIE 5 and 6.
For example:
<button type="submit" name="command" value="foo">bar</button>
should submit the form as well as send command=foo as a form parameter. MSIE fails to do this. Am I missing something or is MSIE just lacking that functionality?
If so I'm forced to revert to the less desirable <input type="submit"> tag.
thanks,
petey
I've been building some web applications using the <button> tag, but I discovered that button tags don't work properly in MSIE 5 and 6.
For example:
<button type="submit" name="command" value="foo">bar</button>
should submit the form as well as send command=foo as a form parameter. MSIE fails to do this. Am I missing something or is MSIE just lacking that functionality?
If so I'm forced to revert to the less desirable <input type="submit"> tag.
thanks,
petey