Submit the form contained by the page of a DFrame
Example
dFrame.submitForm([actionString])
DFrame.submitForm()
actionString
String. Not case sensitive
Use 'CLOSE' to close the DFrame after the form is submitted.
Use 'WAIT' to wait the answer from the server.
no return value
This method submits the form contained by the page inserted in a DFrame.
If there is no form the DFrame is only closed.
If there are many forms only the first one (in the document.forms object order) is submitted.