2025-04-27 07:49:33 -04:00

15 lines
356 B
Plaintext

<HTML>
<HEAD><TITLE>Content Rotator Proofreading Example</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF" LINK="#000080" VLINK="#808080">
This demonstrates the <code>GetAllContent</code> method of the
Content Rotator object. It is used for proofreading the data file.
<%
Session("ContRot").GetAllContent("fortunes.txt")
%>
</BODY>
</HTML>