TOC PREV NEXT INDEX

Put your logo here!


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.


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX