34,333
edits
Changes
→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.