alinkColor Property

Internet Development Index

Sets or retrieves the color of all active links in the document.

Syntax

document.alinkColor(v) [ = vColor ]

Possible Values

vColorVariant that specifies or receives one of the color names or RGB values in the Color Table.

The property is read/write. The property has a default value of #0000FF.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.

Remarks

Some browsers do not recognize color names, but all browsers should recognize and correctly display RGB color values.

Standards Information

There is no public standard that applies to this property.

Applies To

document

See Also

linkColor, vlinkColor