Changes

Building Forms with JavaScript

133 bytes added, 20:20, 15 May 2007
The JavaScript Form Object
* '''name''' - the name of the form, which will be used when referencing objects within the the form four JavaScript code.
 
* '''id''' - the id used when accessing Form object elements using the ''getElementById()'' method (decribed later in this chapter)
* '''method''' - the method by which data is sent to the server. This will either be "GET" ot "POST" depdniong on the server-side configuration.