DFrame: submitForm

Submit the form contained by the page of a DFrame

Example

dFrame.submitForm([actionString])

Syntax

DFrame.submitForm()

Parameters

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.

Return value

no return value

Usage

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.