July 1998
Intermediate to advanced
1456 pages
65h 5m
English
method — NN 2 IE 3 DOM 1
Read/Write
Forms may be submitted via two possible HTTP methods:
get and post. These methods
determine whether the form element data is sent to the server
appended to the ACTION attribute URL
(get) or as a transaction message body
(post). In practice, when the
ACTION and METHOD attributes
are not assigned in a FORM element, the form
performs an unconditional reload of the same document, restoring form
controls to their default values. Note that the
method property is read-only in Internet Explorer
3.
document.entryForm.method = "post"
Either of the following constant values as a string:
get | post.
get
Read now
Unlock full access