<html>
<body>

<p><b>注释:</b>如果服务器未安装 ASP 3.0,则本例无法运行。</p>

<p>
<a href="/example/aspe/textads.asp">查看 textads.txt</a>
</p>

<%
set cr=server.createobject("MSWC.ContentRotator")
response.write(cr.ChooseContent("/example/aspe/textads.txt"))
%>

<p>
<b>注释:</b>由于文本文件中的内容字符串是随机改变的,
同时本页只有四条内容可供选择,
因此,有时页面会连续显示两次相同的内容。
</p>

</body>
</html>