Syntax
enum FormSubmitMethod;
Description
specify how information is sent
to a program invoked by submitting a form.
Values Summary
|
GET |
GET appends the input information of a form to the target
URL as parameters.
|
|
POST |
POST sends the input information in a data body.
|
|
Values Details
|
|
Syntax
GET,
Description
GET appends the input information of a form to the target
URL as parameters.
Syntax
POST,
Description
POST sends the input information in a data body.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.