:: 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 |
specifies 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
- specifies to send the input information in a data body.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.