Network, Computer and Programming Resources
Java - AlinkColor
The color of a link after the mouse button is depressed-but before it's released-and expressed as a hexadecimal RGB triplet or string literal. It cannot be changed after the HTML source is processed. Both of these examples set the color to alice blue. document.alinkColor="aliceblue" document.alinkColor="F0F8FF" Property of document. See PROPERTIES bgColor, fgColor, linkColor, vlinkColor.