Contents of docs/ssi/counter.ssi

<HTML>
<head>
<title>SSI Page Counter Demo</title>
</head>
<BODY background="/images/blue_pap.gif" text="#000000">
This page has been loaded <!--#count file="counter.cnt"--> times.<br>
(Hit the Reload button to see the number change!)
<p>
<hr>
<! Standard trailer.  Note use of ESSI variable substitution to insert document name in hyperlink below. >
<! Hyperlink points to a BASIC script that displays raw HTML rather than translated HTML. >
<a href="/scripts/convert.bas?docs<!--#echo var="DOCUMENT_URI"-->">
See how this page is written.</a>
<P><a href="/scripts/convert.bas?docs/ssi/counter.cnt">
See what's in the counter file.</a>
<p>
Copyright &#169; 1995 Novell, Inc.  All Rights Reserved.
</body>
</HTML>