what is .shtml?

liunx

Guest
Hi there...what is .shtml? How do I code my pages in .shtml? Thank you in advance for the help :)<!--content-->Hi,<br />
<br />
It`s a file extension - the `s` is a parsing command informing the server that the page contains something it has to process (i.e., server-side scripts such as ASP etc. or server-side includes SSI). For example, if you wanted to include a header/footer ASP file into your normal HTML pages like this:<br />
<br />
<!--#include file="include/footer01.asp"--> <br />
<br />
...then you would need to either rename the HTML page to SHTML or ASP for this to work... if I remember rightly! Try it and see ;-)<!--content-->Cool, I was wondering the same thing too! and I might just use that on my web page to use an external file in all of my pages :D<!--content-->Thanks! I'll experiment and see whether it works... :)<br />
<br />
BTW, does anyone know how I can learn more about this .shtml file? Are there books on the matter anyone can recommend to me for study?<br />
<br />
Many thanks!<!--content-->http://www.snippetlibrary.com/tutorials.php?kid=34&catname=SSI<!--content-->Originally posted by scoutt <br />
<!-- m --><a class="postlink" href="http://www.snippetlibrary.com/tutorials.php?kid=34&catname=SSI">http://www.snippetlibrary.com/tutorials ... atname=SSI</a><!-- m --> <br />
<br />
Hey, thanks man! I really appreciate the link you have given me. I'm going to print 'em all out! :D<!--content-->
 
Back
Top