<INPUT TYPE=hidden NAME="WAA_FORM" ...> must be used for specifying the name of the function within package DLL that is to be invoked after a remote client request. The name of the function is specified with the VALUE= attribute.
<INPUT TYPE=text NAME= ...> must be used when data is entered on a remote station and sent to the server. The NAME= attribute defines the variable name which must be passed as a character string to the oHTML:getVar() method when retrieving remotely edited data in the Web application. Note that TYPE= specifies the type of the edit control displayed in the Web browser. TYPE=text displays a single line entry field.
At least one TYPE=submit must be present in an HTML page. It displays a pushbutton that submits data of the <FORM> to the HTTP server. The VALUE= attribute defines the caption of the pushbutton.
The closing tag </FORM> is required to mark the end of a form displayed in a Web browser.