Ad Rotator Component Reference (v)-Method of Ad Rotator
Source: Internet
Author: User
There is only one method for AdRotator objects. GetAdvertisement
The GetAdvertisement method obtains the next advertisement from the Rotator Schedule file. Each time you run a script, such as when a user opens or refreshes a page, this side
The law will obtain an advertisement for the next arrangement.
Grammar
GetAdvertisement (Rotationschedulepath)
Parameters
Rotationschedulepath
Specifies the location of the Rotator Schedule file relative to the virtual directory. For example, if the physical path is C:inetpubwwwrootadsadrot.txt (where
Wwwroot is a "/" virtual directory, you should specify a path AdsAdrot.txt.
return value
Returns the HTML that displays advertisements on the current page.
Example
The following example gets the advertisement from the Adrot.txt file, which is located under the/ads/virtual directory.
<% Set Nextad = Server.CreateObject ("MSWC. AdRotator ")%><%= nextad.getadvertisement ("/ads/adrot.txt ")%>
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.