A quick question

liunx

Guest
I am a novice. <br />
<br />
About two years ago I created a web site where the left navigation bar for each web page was drawn from a central location so that updates to the left nav only had to be made once from that central location instead of multiple times on each individual web page. <br />
<br />
I am creating another web site, and would like to recreate this functionality, but have forgotten to do so.<br />
<br />
Can someone please remind me what this functionality is called so that I can find some info one how to construct it? <br />
<br />
Any suggestions for where a good nivice tutorial on this functionality might be found?<br />
<br />
Thanks in advance.<br />
<br />
Brian<!--content-->Check out <!-- m --><a class="postlink" href="http://www.webdevfaqs.com/php.php#include">http://www.webdevfaqs.com/php.php#include</a><!-- m --><!--content-->Just a note, to do an include in asp or asp.net the syntax would be exactly the same as it is in ssi.<br />
<!--#include virtual="path/to/include.txt"--><br />
<br />
Now a note about ssi: Pages that use an include will need a .shtml format and your server will need to support ssi or some form of server side scripting.<!--content-->
 
Back
Top