|
|
Q388 How can I access a form field which has a non alpha name?
irt.org | Knowledge Base | JavaScript | Form 3.1 | Q388 [ previous next ] Q388 How can I access a form field which has a non alpha name?In older browsers, the form fields are expected to have names that start with alpha characters if you use the following syntax:
However, you can get around this if you use:
|
-- div -->
|