isSupported method

Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

Returns a value indicating whether or not the object supports a specific Document Object Model (DOM) standard.

Document Object Model (DOM) Level 3 Core Specification, Section 1.2Internet Explorer 9

Syntax

object.isSupported(bstrfeature, version)

Parameters

bstrfeature [in]

Type: BSTR

The name of the standard.

Core

DOM Core module.

XML

DOM XML module.

Events

DOM Events module.

UIEvents

DOM User interface Events module.

MouseEvents

DOM Mouse Events module.

TextEvents

DOM Text Events module.

MutationEvents

DOM Mutation Events module.

MutationNameEvents

DOM Mutation name Events module.

HTMLEvents

DOM HTML Events module.

LS

DOM Load and Save module.

LS-Async

DOM Asynchronous load module.

Validation

DOM Validation module.

XPath

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 valueDescription
true

Standard is supported.

false

Standard is not supported.

 

Standards information

See also

a
applet
attribute
audio
button
div
document
documentType
ProcessingInstruction
frame
iframe
img
input type=button
input type=checkbox
input type=file
input type=hidden
input type=image
input type=password
input type=radio
input type=reset
input type=submit
input type=text
label
legend
marquee
media
object
optGroup
option
select
source
span
table
textArea
TextNode
video
hasFeature

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.