Element.SetAttribute Method |
Sets the value of the attribute with the specified name.
[VBScript] Public Sub SetAttribute( _ ByVal name As String _ ByVal value As String _ )
[JScript] public function SetAttribute( name : String value : String );