簡單的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