submit method
Starts a CGI post.
Syntax
Gateway.submit()
Applies to
Gateway class.
Parameters
none.
Return value
A Boolean value indicating whether a response was received from the server.
Usage
This method starts a post, if and only if all requested data has been found. If a transaction is started, the method blocks until a response is received from the server, or until the server connection times out. If no Infobus name has been set with setInfoBusName then the string "Gateway" is used.
Example
submit method example
See also
CGI gateway applet
cancelPost method