AdRotator
asp.net html 控件
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>
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>
相關文章
- ASP.NET Web Pages 教程
- ASP.NET Web Pages PHP
- ASP.NET Web Pages Database 參考手冊
- ASP.NET Razor C# 變量
- ASP.NET Razor C# 循環(huán)和數(shù)組
- ASP.NET MVC 簡介
- ASP.NET MVC Web 應用程序
- ASP.NET Web Forms 教程
- ASP.NET 服務器控件
- ASP.NET 事件句柄
- ASP.NET ArrayList
- ASP.NET 數(shù)據(jù)庫連接
- ASP.NET 母版頁
- ASP.NET Calendar 控件
- ASP.NET HyperLink 控件
- ASP.NET ImageButton 控件
- ASP.NET XML 控件
- WebSecurity GetCreateDate 方法
- WebSecurity GetUserId 方法
- WebSecurity RequireUser 方法