home *** CD-ROM | disk | FTP | other *** search
/ Using Visual Basic 5 (Platinum Edition) / vb5.iso / Code / ch38 / ad_samp.asp next >
Encoding:
Text File  |  1997-09-21  |  121 b   |  7 lines

  1. <%
  2.  
  3. Set objAdRotator = Server.CreateObject("MSWC.AdRotator")
  4.  
  5. Response.Write objAdRotator.GetAd("schedule.txt")
  6.  
  7. %>