Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

Form Syntax and Note

Note: Read-only property.  Returns a reference to the <form> element.  Value:  An object  null               (if the container element is not a <form>).      Syntax:      document.getElementById("elementID").form document.all.elementID.form // IE only