• ----:)欢迎访问源码网(:----
    • 首页
    • 博客
    • 学院
    • 下载
    • 论坛
    • 影视
    • 发布源码
    • RSS
    • ITPig
    • 笑话网
    • 百家姓
    • 繁體中文

源码网 - 中国第一源码门户
选择镜像:网通镜像 - 电信主站
  • 首 页
  • 新闻动态
  • 网站运营
  • 网页制作
  • WEB开发
  • 编程开发
  • 图像媒体
  • 操作系统
  • 数据库
  • 服务器
热门搜索 优化 SEO 故事 cms IIS7 MySQL 个人 AdSense 主题推广 | 文章搜索: 高级搜索
会员登录/控制面版您的位置: 学院首页 >> WEB开发 >> ASP开发 >> 全文检索 >> 详细内容
 

推荐文章

 
 

热点文章

  • Microsoft SQL Server 全文索引服务
  • Counters 组件参考
  • ASP定时组件
  • 用asp怎样编写文档搜索页面
  • 设置服务器日期时间组件
  • 使用组件搜索
  • Dns组件的一些用法
  • ASP Image 使用范例
  • 用ASP建立站内搜索
  • ASP Chart 使用范例
  • Ad Rotator组件使用例子
  • FileSystemobject组件
 
 

相关文章

  • 用ASP生成Chart
  • 使用ASP建立Http组件
  • FileSystemobject组件
  • Dns组件的一些用法
  • chart组件在ASP中的应用
  • Zaks Pop3 参考说明
  • Zaks Pop3 简要介绍
  • ASP Image 使用范例
  • Asp Image 简要介绍
  • ASP HTTP 使用范例
  • Asp HTTP 简要介绍
  • ASP Ping 简要介绍
 
 

百度搜索

 
 

Ad Rotator组件使用例子

  • 阅览次数:
  • 文章来源: 网海之贝
  • 原文作者: 佚名
  • 整理日期: 2006-10-03
  • 发表评论
  • 字体大小:
  • 小
  • 中
  • 大

转载: 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>

上一篇:MySQL数据库的导入导出 和 Liunx的权限
下一篇:构建支持Master/Slave读写分离的数据库操作类
  • 网友评论:
  • 查看所有评论
  • 我要发表评论
您的网名:
留言主题:
你要发表的内容:

 

关于本站 | 广告联系 | 版权声明 | 网站地图 | 发布软件 | 帮助中心 | 源码论坛

Copyright © 2005-2007 CodePub.Com  程序支持:木翼  滇ICP备05005971号