Method Html3():formStart() Professional
Mark the begin of an HTML form.
:formStart( [<cName>] , ;
[<cTarget>] , ;
[<cOptions>] , ;
[<cAction>] , ;
[<cEnctype>] ) --> NIL
The return value of the method :formStart() is always NIL.
This method marks the beginning of a form definition. After this method is called, methods from the "Input" group are used to create dialog elements for user input in the HTML page.
If the form contains html input tags of type file, then the character string "multipart/form-data" must be passed in parameter <cEnctype>. Otherwise the contents of the file is not uploaded to the WAA server.
The optional parameters of this method are used to define values for various attributes of the HTML <FORM> tag. Note that <cAction> defaults to "/cgi-bin/waa1gate.exe".
HTML output:
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.