Clickable

The Clickable property enables you to specify whether the advertisements are displayed as hyperlinks.

Syntax
Clickable = value
 
Parameters
value
Specifies whether the advertisement should be a hyperlink. This parameter can be one of the following values. The default value is TRUE.
Value Meaning
TRUE Display the advertisements as hyperlinks.
FALSE Do not display the advertisements as hyperlinks.

Example

The following example displays the advertisements as images only, not as hyperlinks.

<%  
Set ad = Server.CreateObject("MSWC.AdRotator")
ad.Clickable = FALSE %>
<%= ad.GetAdvertisement("/ads/adrot.txt") %>
Applies To

Ad Rotator Component

See Also

Border, TargetFrame


© 1997 by Microsoft Corporation. All rights reserved.