|
|
Q1701 How can I get the value of a text input field without using the name of the field?
irt.org | Knowledge Base | JavaScript | Form | Q1701 [ previous next ] Q1701 How can I get the value of a text input field without using the name of the field?Use its position within the elements array. For example, the following retrieves the value of the 2nd element:
|
-- div -->
|