TOC PREV NEXT INDEX

domref



vlinkColor


Returns the color of links that the user has visited in the document.

Syntax

color = document.vlinkColor
 
document.vlinkColor = color
 

Parameters

color is a string representing the color as a word (e.g., "red') or as an octal value, as in HTML (e.g., "#eee")

Example

None.
 

Notes

The default for this property is purple.

Specification

DOM Level 0. Not part of specification.


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX