linkColor
linkcolor gets/sets the color of links within the document.
Syntax
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
document.linkColor = "blue";Notes
Specification
Netscape Communications http://developer.netscape.com |