This topic has not yet been rated - Rate this topic

removeNamedItem method

Removes an IHTMLDOMAttribute specified with the IHTMLDOMAttribute2::name property from an element by using the IHTMLAttributeCollection interface.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4

Syntax


IHTMLDOMAttribute retVal = object.removeNamedItem(bstrName);

Parameters

bstrName [in]

Type: BSTR

A BSTR that specifies the name of an IHTMLDOMAttribute to remove.

Standards information

Remarks

An IHTMLDOMAttribute that is removed with this method reverts to the default value of the IHTMLDOMAttribute when applicable. This method returns a script error if the user attempts to remove a non-existent attribute node.

IHTMLAttributeCollection4::removeNamedItem was introduced in Microsoft Internet Explorer 6.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.