显示随机的链接
代码:
<!DOCTYPE html><html>
<body>
<%
randomize()
r=rnd()
if r>0.5 then
response.write("<a href='http://www.yapf.com'>yapf.com!</a>")
else
response.write("<a href='http://www.refsnesdata.no'>Refsnesdata.no!</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 数据库
- 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表单