SSI Directives
First ASP Program | Page One | Page Two | Page Three | SSI Directives List
SSI Directives in this document
| SSI Directive Examples Using the "echo" variable | ||
|---|---|---|
| Syntax Example | Result in this Document | |
| <!--#echo var="DATE_LOCAL"--> | Sunday April 29 2007 | |
| <!--#echo var="DOCUMENT_NAME"--> | j:\web\s\strongm\SSI_directives.shtm | |
| <!--#echo var="DOCUMENT_URI"--> | /strongm/ssi_directives.shtm | |
| <!--#echo var="DATE_GMT"--> | Sunday April 29 2007 | |
| <!--#echo var="LAST_MODIFIED"--> | Thursday October 19 2006 | |
The same SSI Directives code as above but from an included file ("SSIdirectiveSet.txt")
| SSI Directive Examples Using the "echo" variable | |
|---|---|
| Syntax Example | Result in this Document |
| <!--#echo var="DATE_LOCAL"--> | Sunday April 29 2007 |
| <!--#echo var="DOCUMENT_NAME"--> | \SSIdirectiveSet.txt |
| <!--#echo var="DOCUMENT_URI"--> | /SSIdirectiveSet.txt |
| <!--#echo var="DATE_GMT"--> | Sunday April 29 2007 |
| <!--#echo var="LAST_MODIFIED"--> | Thursday October 19 2006 |