Navigator 2.0, Internet Explorer 3.0
document.linkColor
linkColor is a string property that specifies the color of unvisited links in document. All hypertext links in the document are displayed in this color, except for those that have already been followed or visited.
The link color can be specified through the LINK attribute in the <BODY> HTML tag, and the linkColor property will contain the specified value. The color may also be specified by assigning a value to linkColor directly, but this may only be done in the <HEAD> of the document, before the <BODY> tag is parsed.
Colors are specified either as one of the standard color names recognized by JavaScript, or as red, green, and blue color values, expressed as a string of six hexadecimal digits in the form "RRGGBB".
"Document", "Document.alinkColor", "Document.bgColor", "Document.fgColor", "Document.vlinkColor", Appendix G, JavaScript and HTML Color Names and Values
This HTML Help has been published using the chm2web software. |