View Source Code:
ssidemo.shtml
ssidemo.html
ssidemo.sh
ssidemo.cgi
Note that Netscape calls this facility "Server-Parsed HTML"; Microsoft calls them "Server-Side Includes".
Following is a demonstration of the commands used in server-parsed HTML. These commands are embedded in HTML files. The server replaces each command with data determined by the command and its attributes. The commands are "hidden" within HTML comments so they are ignored if not parsed by the server.
The format for a command is:
<!--#command attribute1="value1" attribute2="value2" ... -->
For more information, see http://www.ssi-developer.net/ssi/
Support for SSI varies widely. Some ISPs only allow SSI commands in files with an ".shtml" extension. Some ISPs prohibit certain commands (particularly #exec). Some ISPs don't allow SSI at all. If you control your own server, you can probably turn SSI support on for all files.
This is HTML code from file ssidemo.html |
This is HTML code from file ssidemo.html |
Copyright © 1996-1999 Rex Swain
E-mail rex@rexswain.com,
Web www.rexswain.com