ActiveColor

 

Type

 

OLE Color

 

Description

 

Determines the default highlight color of a hyperlink when the mouse is clicked on it.

 

Example

 

REM Show active (pressed) hyperlinks in green:

WebsterPro1.ActiveColor = &H0000FF00

 

Remarks

 

When the displayed page includes a BODY tag with the ALINK attribute specified then the color specified by the ALINK attribute is used to highlight active (pressed) hyperlinks, overriding the ActiveColor specification.

 

When the displayed page does not include a BODY tag with an ALINK attribute then by default, the color specified by ActiveColor is used to highlight active (pressed) hyperlinks.

 

Set ActiveColor identical to AnchorColor to disable the default highlighting of active hyperlinks. Active hyperlinks will then only be highlighted when a BODY tag with an ALINK attribute is present in the displayed page.