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.
Removes an attribute object from the object.
![]() |
Syntax
object.removeAttributeNode(pattr, ppretAttribute)Parameters
- pattr [in]
-
Type: IHTMLDOMAttribute
attribute object to be removed. - ppretAttribute [out, retval]
-
C++ A pointer variable that receives the removed IHTMLDOMAttribute2 pointer. JavaScript Returns a reference to the removed attribute object.
Return value
Type: IHTMLDOMAttribute
Returns a reference to the removed attribute object.A pointer variable that receives the removed IHTMLDOMAttribute2 pointer.Standards information
Remarks
removeAttributeNode was introduced in Microsoft Internet Explorer 6.
See also
- a
- abbr
- acronym
- address
- applet
- area
- b
- base
- baseFont
- bdo
- bgSound
- big
- blockQuote
- body
- br
- button
- caption
- center
- cite
- code
- col
- colGroup
- comment
- custom
- dd
- del
- dfn
- dir
- div
- dl
- dt
- em
- embed
- fieldSet
- font
- form
- frame
- frameSet
- head
- hn
- hr
- html
- i
- 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
- ins
- isIndex
- kbd
- label
- legend
- li
- link
- listing
- map
- marquee
- menu
- nextID
- noBR
- noFrames
- noScript
- object
- ol
- option
- p
- plainText
- pre
- q
- rt
- ruby
- s
- samp
- script
- select
- small
- span
- strike
- strong
- style
- sub
- sup
- table
- tBody
- td
- textArea
- tFoot
- th
- tHead
- title
- tr
- tt
- u
- ul
- var
- wbr
- xml
- xmp
Send comments about this topic to Microsoft
Build date: 11/27/2012
