Log in

View Full Version : Common content using DIV instead of FRAME



hepeli
04-28-2008, 08:06 AM
Hi,

i have tried and tried to find the answer to my simple DIV problem without success. I would like to have the same header and menubar in my web pages (about 100 subpages) without loading them time after time. I mean that when I'm making changes to headers or menus in my web pages I wouldn't have to make the same modifications to all of my web pages. The pages would download the header and menubar information like the FRAMES work without using FRAMES... I understand that one can do all things with DIV that one can do with frames? Hov can I do this with HTML - I'm not familiar with PHP.

Can anyone help me?

codeexploiter
04-28-2008, 08:41 AM
If you are using PHP then you could've used the include file functions like include, include_once, require, etc.