Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a value that indicates whether the object implements a specific Document Object Model (DOM) standard.
![]() |
Syntax
retVal = object.hasFeature(bstrfeature, version);
Parameters
bstrfeature [in]
Type: BSTR
The name of the standard.
XML
DOM Core standard.
HTML
DOM HTML standard.
version [in, optional]
Type: VARIANT
The version number of the standard.
1.0
Level 1.
Standards information
Remarks
The bstrfeature parameter is case-insensitive.
IHTMLDOMImplementation::hasFeature was introduced in Microsoft Internet Explorer 6.