Category: Java Script
view more software Tips and Tricks
Updated: 09/23/2012 11:09 AM
Author: Shiju Mathews Status: Resolved. |
XML DOM's removeAttribute() Method, can be used to remove the link(rhef) property of a hyperlink. The removeAttribute() method removes a specified attribute. If a default value for the attribute is defined in a DTD, a new attribute immediately appears with the default value. Syntax. elementNode.removeAttribute(name) Parameter 'name' is Required and it Specifies the attribute to removed The link text will act like a normal Text. |