I have problem in retrieve a value of a form element that have name
begin with a number. For example, for this HTML code
<input type="text" name="0000ABC12 345CD6789" id="0000ABC1234 5CD6789">
I got Javascript error at document.form.0 000ABC12345CD67 89.value
Thanks.
begin with a number. For example, for this HTML code
<input type="text" name="0000ABC12 345CD6789" id="0000ABC1234 5CD6789">
I got Javascript error at document.form.0 000ABC12345CD67 89.value
Thanks.
Comment