Top   Module   Use   Manual   Index 

com :: sun :: star :: form ::

enum FormSubmitMethod


Description
specify how information is sent to a program invoked by submitting a form.


Values

GET
Description
GET appends the input information of a form to the target URL as parameters.
POST
Description
POST sends the input information in a data body.
Top of Page