顯示隨機的鏈接
代碼:
<!DOCTYPE html><html>
<body>
<%
randomize()
r=rnd()
if r>0.5 then
response.write("<a href='http://www.090948.com'>yapf.com!</a>")
else
response.write("<a )
end if
%>
<p>
This example demonstrates a link, each time you load the page, it will display
one of two links: yapf.com! OR Refsnesdata.no! There is a 50% chance for
each of them.
</p>
</body>
</html>
結果:
相關文章
- ASP Server 對象
- ASP Folder 對象
- ASP Content Rotator
- AJAX 數(shù)據(jù)庫
- ASP 快速參考
- ASP Line 屬性
- ASP Size 屬性
- ASP Clear 方法
- ASP Redirect 方法
- ASP LCID 屬性
- ASP Execute 方法
- ASP DeleteFile 方法
- ASP MoveFolder 方法
- ASP.NET HtmlInputCheckBox 控件
- ASP.NET HtmlTableRow 控件
- VB 實例 可重復使用的頭部和底部
- ASP.NET DataTextField 屬性
- ASP.NET Items 屬性
- GET表單
- POST表單