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") %>
© Microsoft Corporation. All rights reserved.
file: /Techref/language/asp/comp/compref_6.htm, 1KB, , updated: 1996/11/21 18:01, local time: 2024/11/5 08:17,
3.142.40.56:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/asp/comp/compref_6.htm"> Clickable</A> |
Did you find what you needed? |