Comment

quan

well, you might want to try adding a "value" to the button tags you used...or better yet, why not just simply use <input>???????????????????

Replies

Peter Bengtsson

The value attribute on the button tag is browser ambigious, meaning that the IE sends a different value than Mozilla. (IE sends the value and the content of the tag)

Anonymous

why not just simply use <input>???????????????????

simple, semantic markup

<button> is much more samentic than <input>

also provides some css benifits

Anonymous2

why not just simply use <input>???????????????????

there should be a way to set a button's caption different from it's value

is supossed to think that <button> was created to resolve this

Anonymous

first - understand what and how button works - then comment. When you ask why not use input??????? - you clearly don't understand what the difference is.