:: com :: sun :: star :: form ::
|
enum FormSubmitMethod |
- Description
- specifies how information is sent to a program invoked by submitting a form.
|
Values |
GET |
specifies to append the input information of a form to the target
URL as parameters.
|
POST |
speficies to send the input information in a data body.
|
Values' Details |
GET
GET,
- Description
- specifies to append the input information of a form to the target
URL as parameters.
|
|
POST
POST,
- Description
- speficies to send the input information in a data body.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.