0 out of 1 rated this helpful - Rate this topic

checkValidity method

Returns whether a form will validate when it is submitted, without having to submit it.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.10.21.3Internet Explorer 10

Syntax

object.checkValidity(retVal)

Parameters

retVal [out, retval]

Type: boolean

Returns true if the form passes validation, false otherwise.

Return value

Type: boolean

Returns true if the form passes validation, false otherwise.

Standards information

See also

HTMLObjectElement
HTMLButtonElement
HTMLFieldSetElement
HTMLInputElement
HTMLSelectElement
HTMLTextAreaElement

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.