enum FormSubmitMethod in module com::sun::star::form::

(Global Index)

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



GET

Syntax

GET,

Description

GET appends the input information of a form to the target URL as parameters.


POST

Syntax

POST,

Description

POST sends the input information in a data body.

Top of Page