isSupported method
Returns a value indicating whether or not the object supports a specific Document Object Model (DOM) standard.
![]() ![]() |
Syntax
object.isSupported(bstrfeature, version)Parameters
- bstrfeature [in]
-
Type: BSTR
The name of the standard.
-
DOM Core module.
-
DOM XML module.
-
DOM Events module.
-
DOM User interface Events module.
-
DOM Mouse Events module.
-
DOM Text Events module.
-
DOM Mutation Events module.
-
DOM Mutation name Events module.
-
DOM HTML Events module.
-
DOM Load and Save module.
-
DOM Asynchronous load module.
-
DOM Validation module.
-
DOM XPath module.
- version [in, optional]
-
Type: Variant
The version number of the standard. Supported values vary according to the standard.
Return value
Type: Boolean
Returns one of the following possible values:| Return value | Description |
|---|---|
|
Standard is supported. |
|
Standard is not supported. |
Standards information
See also
- a
- applet
- attribute
- audio
- button
- div
- document
- documentType
- frame
- iframe
- img
- input type=button
- input type=checkbox
- input type=email
- input type=file
- input type=hidden
- input type=image
- input type=number
- input type=password
- input type=radio
- input type=range
- input type=reset
- input type=search
- input type=submit
- input type=tel
- input type=text
- input type=url
- label
- legend
- marquee
- media
- object
- optGroup
- option
- ProcessingInstruction
- select
- source
- span
- table
- textArea
- TextNode
- video
- hasFeature

