maxlength: Firefox vs. IE
Tuesday, March 7th, 2006
I bumped into an issue while testing one of my ColdFusion applications. The issue is how Firefox and IE render HTML. Take the following HTML input tag in test.htm for example:
<input name=”field” type=”text” value=”1234″ maxlength=”3″>
Now, if you view it in Firefox (1.5.0.1) you will only see 123 in the input box. However, if you view [...]

















