The Clickable property enables you to specify whether the advertisements are displayed as hyperlinks.
Clickable (value)
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. |
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") %>