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 December 13 2025 |
| <!--#echo var="DOCUMENT_NAME"--> | e:\web\s\strongm\SSI_directives.shtm |
| <!--#echo var="DOCUMENT_URI"--> | /strongm/SSI_directives.shtm |
| <!--#echo var="DATE_GMT"--> | Sunday December 14 2025 |
| <!--#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 December 13 2025 |
| <!--#echo var="DOCUMENT_NAME"--> | e:\web\s\strongm\SSIdirectiveSet.txt |
| <!--#echo var="DOCUMENT_URI"--> | /strongm/SSIdirectiveSet.txt |
| <!--#echo var="DATE_GMT"--> | Sunday December 14 2025 |
| <!--#echo var="LAST_MODIFIED"--> | Thursday October 19 2006 |