Section 25.137. Form.submit( ): submit form data to a web server


25.137. Form.submit( ): submit form data to a web server

DOM Level 2 HTML

25.137.1. Synopsis

 void submit( ); 

25.137.2. Description

This method submits the values of the form elements to the server specified by the form's action property. It submits a form in the same way that a user's clicking on a Submit button does, except that the onsubmit event handler of the form is not triggered.

25.137.3. See Also

Form.onsubmit, Form.reset( )




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net