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"--> | Saturday November 21 2009 |
| <!--#echo var="DOCUMENT_NAME"--> | J:\web\s\StrongM\SSI_directives.shtm |
| <!--#echo var="DOCUMENT_URI"--> | /StrongM/SSI_directives.shtm |
| <!--#echo var="DATE_GMT"--> | Sunday November 22 2009 |
| <!--#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"--> | Saturday November 21 2009 |
| <!--#echo var="DOCUMENT_NAME"--> | J:\web\s\StrongM\SSIdirectiveSet.txt |
| <!--#echo var="DOCUMENT_URI"--> | /StrongM/SSIdirectiveSet.txt |
| <!--#echo var="DATE_GMT"--> | Sunday November 22 2009 |
| <!--#echo var="LAST_MODIFIED"--> | Thursday October 19 2006 |