[This is preliminary documentation and subject to change]

Clickable

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

Syntax

AdRotator.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.
ValueDescription
TRUEDisplay the advertisements as hyperlinks.
FALSEDo not display the advertisements as hyperlinks.

Example

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

--- AdRot_Clickable.asp ---

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

Border, TargetFrame


© 1997-2001 Microsoft Corporation. All rights reserved.