Sets the value of a specified property.
SyntaxReference_Syntax.setAttribute( STRING param1, STRING param2 )
Parameters
param1
|
A valid string representing the new value
of the property.
|
param2
|
A valid string representing the name of
the property.
|
JavaScriptSubform1.border.setAttribute("open", "break");
|
|
|