Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method sets the value of the specified attribute.
Syntax
function xweb.document.htmlElement.setAttribute(
attributeName : String,
value : String
) : boolean
Parameters
attributeName A string that specifies the attribute name. This parameter is required.
value A string that contains the attribute value to be set.
Returns
Nothing.
See Also
Concepts
htmlElement
htmlElement Members
xweb
Copyright © 2011 by Microsoft Corporation. All rights reserved.