I have a button tag that should be used, and enter a tag that has different text, and what should I 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 button value is returned as the word "change", which is for the text displayed by the button.
I would normally use and enter a tag, but I think I can use a button tag
Is there any way around this?
source
share