15 lines
356 B
Plaintext
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>
|