'vLink' Syntax and Note : vLink « Javascript Properties « JavaScript Reference

'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

    

      
      








Related examples in the same category

1.'vLink' Example
2.'vLink' is applied to