The GetAdvertisement method retrieves the next advertisement from the Rotator Schedule file. Each time the script is run, such as when a user opens or reloads a page, the method retrieves the next scheduled advertisement.
GetAdvertisement(rotationSchedulePath)
rotationSchedulePath
Specifies the location of the Rotator Schedule file relative to the virtual directory. For example, if the physical path was C:\Inetpub\Wwwroot\Ads\Adrot.txt (where Wwwroot is the “/” virtual directory) you would specify the path \Ads\Adrot.txt.
Returns HTML that displays the advertisement in the current page.
The following example gets an advertisement from the Adrot.txt file in the /Ads/ virtual directory.
<% Set NextAd = Server.CreateObject("MSWC.AdRotator") %>
<%= NextAd.GetAdvertisement("/ads/adrot.txt") %>
© Microsoft Corporation. All rights reserved.
file: /Techref/language/asp/comp/compref_9.htm, 1KB, , updated: 1996/11/21 18:01, local time: 2024/11/5 08:31,
13.59.156.15: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_9.htm"> GetAdvertisement</A> |
Did you find what you needed? |