How to update only body part in the website ?

A

Anonymous

Guest
Hello Friends,
I have design a html page, it has five different parts like header, left panel, right panel, footer and body. All are common except the body, only body should be change when I click any menu or button, I dont want to use the common page code in every page. Iframe is there but iframe is not supported by every browser. So what is the alternate way to achieve this. If anyone has good idea about that kindly help me.

Thanks & Regards,
Premashish
 
Other then iframe, I don't think there is anyway to do it with simple html. Which you're right in saying it's not supported much. The best way I know to achieve what you want is with PHP. Either by including the header/footer and/or using functions to call the menus where you need them in your page.
 
Back
Top