|
Other
SSI Commands
The
fsize command might be helpful if you were to
include a thumbnail image and want to display the actual
file size of the original image.
e.g.
<!--#fsize file="image.gif" -->
output: 10k
The
include command can be used to include a signature
file or company logo within an HTML document. The added
document or image will appear as if it were part of the
original document.
e.g.
<!--#include file="any.htm" -->
If
the file to be included is in a different directory than
the SHTML document. use the virtual command
argument instead. In the following example, the SHTML
document resides in a subdirectory but includes a file
within account root directory:
eg.<!--#include
virtual="/any.htm" -->
The
exec command can be used to execute a CGI script
when the web page is loading. In the following example,
the script date.pl within the relative path /cgi-local is
executed.
eg.<!--#exec
cgi="/cgi-local/date.pl" -->
This
is more or less a get your feet wet page. To take
the plunge, check out these
sites.
|