Search Results

0
votes
3answers
214 views

Do different browsers (Firefox/Safari/IE/Opera) have limits on the form elements name attributes?

Do different browsers (Firefox/Safari/IE/Opera) have different limits on the length of the "name" attribute of form elements? <input name='a01234567890123456789012 …
2
votes
2answers
58 views

Can I determine what the default state of a checkbox was at pageload (or what value reset() reset it to.)

When an html page is loaded, different input elements can be initialed as they are declared in the HTML. If the user changes some of the input values and then executes a reset() on the form, then …