The Clickable property enables you to specify whether the advertisements are displayed as hyperlinks.
Clickable = value
 
| Value | Meaning | 
|---|---|
| TRUE | Display the advertisements as hyperlinks. | 
| FALSE | Do not display the advertisements as hyperlinks. | 
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") %>