Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

HtmlFor Syntax and Note

Note: Read and write property.  Specifies the element id assigned to <label> or <script>.  This property is equivalent to the 'for' attribute.       Syntax:      document.getElementById("labelID").htmlFor = value document.all.labelID.htmlFor = value // IE only