making a rolling change

liunx

Guest
My question is this, what is the best way for you to have a web site that all the common information is imported in to each page. For example; if all the pages have the same links list and you want to change on of the links. Instead of changing all the pages one by one, you change one common file and it changes all the pages. <br />
<br />
Thanks for whatever help I get.<br />
<br />
Mike<!--content-->i think dreamweaver has a template thing you can set so it does that other than that not sure sorry<!--content-->Use an iframe. Make a page with all the links and then on each page put the iframe code...<br />
<iframe src=http://www.webdeveloper.com/forum/archive/index.php/"url" name="name" frameborder="0"><a href="url">Your browser doesnt support me</a></iframe><br />
Or make one page with all of your links and menus and have the content open in the middle such as what I did with my site <!-- w --><a class="postlink" href="http://www.clanknights.vze.com">www.clanknights.vze.com</a><!-- w -->. />
Or you can use server side includes.<!--content-->
 
Back
Top