getNamedItemNS method
Gets an attribute that is specified with the name property and namespace, by using the attributes collection.
![]() ![]() |
Syntax
var newretNode = attributes.getNamedItemNS(pvarNS, bstrname);Parameters
- pvarNS [in]
-
Type: Variant
The namespace name of the attribute to get.
- bstrname [in]
-
Type: BSTR
The local name of the desired attribute within the specified namespace.
- newretNode [out, retval]
-
Type: IHTMLDOMAttribute
Returns an attribute with the specified name.
Return value
Type: IHTMLDOMAttribute
Returns an attribute with the specified name.Standards information
See also
Show:

