Definition: The form object is used to provide form processing in Javascript. This is not a reserved word so you can declare your own variable or function called form but if you do then you will not be able to access any forms on your page from Javascript.
Examples:
form.myfield.value = 6;

