Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Sets or retrieves how the form data should be sent to the server.
Syntax
HTML <FORM METHOD = "get" | "post" ... > Scripting form.method [ = sMethod ]
Possible Values
get Append the arguments to the action URL and open it as if it were an anchor. post Send the data through an HTTP post transaction. The property is read/write with no default value.
Applies To
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.