<HTML> <head> <title>Extended Server Side Include Demos</title> </head> <BODY background="/images/blue_pap.gif" text="#000000"> <h1>Extended Server Side Include (SSI) Demos</h1> Extended SSI is a NetWare Web Server feature that enables the server to "process" HTML documents before sending them to the browser. The SSI engine interprets specially-formatted HTML comments to <b>dynamically</b> change the content of an HTML document.<p> For example, you can <ul> <li>Insert the <a href="date.ssi">current date</a> in a document <li><a href="include.ssi">Include another file</a> in a document <li>Include <a href="filestat.ssi">up-to-date file statistics</a> in a document <li>Implement a <a href="counter.ssi">"page-hit" counter</a> <li>Implement a <a href="form.ssi">registration form</a> </ul> all by embedding SSI commands within your HTML documents, and without any programming! <hr> <! Standard trailer. Note use of Extended SSI 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"-->"> <it>See how this page is written.</it></a> <p> Copyright © 1995 Novell, Inc. All Rights Reserved. </body> </HTML>