I have a button tag as supposed to and input tag, which has different text to what I what its value to do, see below.
<button value="<%=RS("field1")%>" name="change" id="change">Change</button>
This works dandy in Firefox, but in IE.. dun,dun,dunnnn... the value of the button comes back as the word "change" which is meant to be the text the button displays.
I would usually just use and input tag but I think I can only use a button tag
Is there anyway to get round this?
