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>
結果:
相關文章
- ASP.NET Web Pages 布局
- ASP.NET Web Pages 全局文件
- ASP.NET Razor VB 變量
- ASP.NET ViewState
- ASP.NET CompareValidator 控件
- ASP.NET DropDownList 控件
- WebSecurity IsAuthenticated 屬性
- WebSecurity GeneratePasswordResetToken 方法
- WebSecurity GetPasswordChangeDate 方法
- ASP.NET HTML 控件 Image
- ASP.NET HTML 控件 Label
- C# 實例 可重復使用的頭部和底部
- ASP.NET Calendar Caption 屬性
- ASP.NET Calendar CellSpacing 屬性
- ASP.NET ImageButton ValidationGroup 屬性
- ASP.NET Style CssClass 屬性
- ASP.NET Table CellPadding 屬性
- ASP.NET TableRow VerticalAlign 屬性
- 返回行數
- 返回指定文件的屬性