Submits this form to the server. If submitElement is null, then the submission is treated as if it was triggered by JavaScript, and the onsubmit handler will not be executed.
IMPORTANT: Using this method directly is not the preferred way of submitting forms. Most consumers should emulate the user's actions instead, probably by using something like {@link HtmlElement#click()} or {@link HtmlElement#dblClick()}.
@param submitElement the element that caused the submit to occur @return a new page that reflects the results of this submission @exception IOException if an IO error occurs
|
|
|
|
|
|
|
|
|
|
|
|