帝国软件
  设为首页 加入收藏 关于我们
 
解密帝国网站管理系统
栏 目:
 
您的位置:首页 > 技术文档 > ASP编程
Ad Rotator组件使用例子
作者: 发布时间:2005-03-12 来源:
转载: ASP精品屋 钱丰云
from: http://asp.superexpert.com/code/code.asp?cid=88
Tha Ad Rotator component enables you to show banner advertisements with different frequencies. This
component has one method, GetAdvertisement(), which displays a banner advertisement on a page.
Before you can use the Ad Rotator component, you need to create two special files: the Rotator Schedule
File and the Redirection File. The Rotator Schedule File lists information about all the banner
advertisements that should be shown. The Redirection File is used to record how frequently each
advertisement is clicked.

The three files below demonstrate how to use the Ad Rotator Component. Click View Demo to see a "live"
demonstration of this component.



Listing 1.0 - adrot.asp
-------------------------------
<html>
<head><title>adrot.asp</title></head>
<body>

<%
Set myAd = Server.CreateObject( "MSWC.AdRotator" )
%>
<center><%=myAd.GetAdvertisement( "adrot.txt" )%></center>
<p>
Click on the image above to visit our sponsor.

</body>
</html>
---------------------------------------

Listing 2.0 - adrot.txt
---------------------------------------
REDIRECT /adredir.asp
WIDTH 468
HEIGHT 60
BORDER 1
*
kidsOrg.gif
http://www.kidsOrg.com
kidsOrg
60
volunteer.gif
http://www.volunteer.com
Volunteer
40

------------------------------------------





Listing 3.0 - adredir.asp
------------------------------------------
<html>
<head><title>adredir.asp</title></head>
<body>

<h3>This is the adredir.asp file</h3>
Normally, you would use this file to redirect a user
to the advertiser's home page. You can retrieve info
about which ad the user clicked by examining the following
query string variables:

<p><b>URL:</b> <%=Request( "url" )%>
<p><b>IMAGE:</b> <%=Request( "image" )%>

</body>
</html>
  
评论】【加入收藏夹】【 】【打印】【关闭
※ 相关链接
 ·在ASP中使用Ad Rotator广告组件  (2005-03-12)

   栏目导行
  PHP编程
  ASP编程
  ASP.NET编程
  JAVA编程
   站点最新
·致合作伙伴的欢迎信
·媒体报道
·帝国软件合作伙伴计划协议
·DiscuzX2.5会员整合通行证发布
·帝国CMS 7.0版本功能建议收集
·帝国网站管理系统2012年授权购买说
·PHPWind8.7会员整合通行证发布
·[官方插件]帝国CMS-访问统计插件
·[官方插件]帝国CMS-sitemap插件
·[官方插件]帝国CMS内容页评论AJAX分
   类别最新
·在ASP中使用数据库
·使用ASP脚本技术
·通过启动脚本来感受ASP的力量
·学习使用ASP对象和组件
·解析asp的脚本语言
·初看ASP-针对初学者
·ASP开发10条经验总结
·ASP之对象总结
·ASP与数据库应用(给初学者)
·关于学习ASP和编程的28个观点
 
关于帝国 | 广告服务 | 联系我们 | 程序开发 | 网站地图 | 留言板 帝国网站管理系统