Method FormStart()
Syntax
:FormStart(cAction, [cMethod], [cName], [lBR], [lWrite])
Parameters
|
|
cAction |
Action to take when SUBMIT occurs |
|
|
cMethod |
Method of the action in cAction. ( POST | GET ) Default is POST |
|
|
cName |
Form name. Used primarily for Style sheets and Scripting access. |
|
|
lBR |
Logical indicating whether to append a <BR> (Web newline) to Display elements |
|
|
lWrite |
Logical indicating whether to send results directly to the User's Browser |
Return
If :lWrite, Number of characters written to Browser.
Otherwise, the results is the opening <FORM ... > Tag.
Description
Start a FORM to accept user input.
Usually for data collection or refining a query, the <FORM> object allows the User to specify information for use in the process of cAction.
See Also:
:Button(), :Checkbox(), :FormEnd(), :GetVar(), :MLE(), :RadioButton(), :SelectStart(), :SelectOption(), :SetVar(), :SLE(), :aVars
![]() |