Click to See Complete Forum and Search --> : modifying static content for all pages?


mr_newbie
04-12-2008, 09:21 AM
supposing you have a dozen HTML pages, with the same navigation menu. then one day you need to add another link to the menu.
Does that mean you have to modify the menu code in each HTML file individually?

Isnt there a way to load the menu html externally? so that you only have to modify the menu.html

Fang
04-12-2008, 10:35 AM
Server Side Includes (http://en.wikipedia.org/wiki/Server_Side_Includes) or using one of the server side languages in a similar way (http://www.tizag.com/phpT/include.php).