methodmethod*
*



Contents  *



Index  *Topic Contents
*Previous Topic: media
*Next Topic: Methods

method

Description

Indicates how the form data should be sent to the server—either as GET or POST, which are the only legal values.

Syntax

object.method[ = method]

Settings

Possible values include;
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.

Remarks

This property has read-write permissions, meaning you can change as well as retrieve its current value.

Applies To

FORM

See Also

action


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.