Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

VLink Syntax and Note

Note: Read and write property.  Sets the text color of all visited <a> elements.  Value:  Web color name or a hexadecimal value in #RRGGBB format.      Syntax:      document.body.vLink = value document.getElementById("bodyID").vLink = value document.all.bodyID.vLink = value // IE only