Forum Moderators: mack
I have recently build a website to sell pc's, software and e-books. I started building with each and every page including banners at the top and the product menus down the left hand side. I knew at some point in the future I would be adding things to the menu and therefore thought of using iframes so I wouldn't have to update the menu on each and every page.
Ok, so now I've got to the stage where all the basic are in place but after futher research on iframes I really don't think I should be using them. So my question is, is there an alternative to iframes or will I simply need to update every single page when the time comes to adding products to my menu?
You would need to to use some scripting language like PHP or SSI.
Basically what you'll do is create one file containing your menu and include that file in all your files. If you do it this way, when you need to add products or modify your menu in any way, you just need to change one file.
you can find more information here: [httpd.apache.org ]