|
|
Q1145 Is there any way of validating a form on a page without using the name attribute in the form tag?
irt.org | Knowledge Base | JavaScript | Form 5 | Q1145 [ previous next ] Q1145 Is there any way of validating a form on a page without using the name attribute in the form tag?You can access forms using their position within the document forms array using their index:
From a form field (but not the form tag itself) you can also use this.form to refer to the specific form object:
|
-- div -->
|