Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSIE doesn't support <button> tag?

Status
Not open for further replies.

petey

Programmer
Mar 25, 2001
383
US
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=&quot;submit&quot; name=&quot;command&quot; value=&quot;foo&quot;>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=&quot;submit&quot;> tag.

thanks,
petey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top