TOC PREV NEXT INDEX

domref



alinkColor


Returns or sets the color of active links in the document body.

Syntax

color = HTMLBodyElement.aLinkColor
 
HTMLBodyElement.aLinkColor = color
 

Parameters

color is a string containing the name of the color (e.g., "blue", "darkblue", etc., or the octal value of the color (e.g., FFFFF)

Example

example here
 

Notes

extra information

Specification

DOM Level 0. Not part of specification.


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