简单的AdRotator实例
代码:
<%url=Request.QueryString("url")
If url<>"" then Response.Redirect(url)
%>
<!DOCTYPE html>
<html>
<body>
<%
set adrotator=Server.CreateObject("MSWC.AdRotator")
adrotator.TargetFrame="target='_blank'"
response.write(adrotator.GetAdvertisement("text/advertisements.txt"))
%>
<p>
NOTE: Because images are changed randomly, and because this page has few images to choose from, it will
often display the same advertisement twice in a row.
</p>
<p>NOTE: The AdRotator does not work with Internet Information Server 7 (IIS7).</p>
<p>
<a href="text/advertisements.txt">
<img src="/images/btn_view_text.gif"></a>
</p>
</body>
</html>
相关文章
- 初学js者对javascript面向对象的认识分析
- JavaScript面向对象的两种书写方法以及差别
- ASP实现缓存类无错版
- 结合FSO操作和Aspjpeg组件写的Class
- ASP中类Class相关内容的整理资料
- ASP数据岛操作类
- 把无限级分类生成数组
- 文章内页类
- newasp中main类
- 检测函数 asp class
- CacheCls缓存的应用
- ASP中一个字符串处理类
- 叶子asp分页类
- Object对象的一些的隐藏函数介绍
- 文件、目录,文本文件等多种操作类
- ASP中一个用VBScript写的随机数类
- ASP代码的对象化
- 一个ACCESS数据库访问的类第1/3页
- 表单集合的简单应用
- 返回SessionID