Click to See Complete Forum and Search --> : Need help inserting a html menubar into an html page


senthilpr_in
07-30-2003, 01:12 PM
Hi all,

I have a standard menu bar, which I want to insert into everypage. I thought this should be faster because, the browser can fetch the page from cache, everytime the user navigates to a newpage.

How do I insert the page say sidebar.htm into the mainpage say index.htm

Thanks

Senthil

AdamGundry
07-30-2003, 01:17 PM
If you want to do it client-side, as you suggest, you'd need to use Javascript, and the inherent accessibility issues with that mean it's probably better to not bother.

Adam