Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Example: ASP Ad Rotator Component GetAdvertisement Method

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") %> 


ContentsPreviousNextIndex