I have created a website with multiple no of pages with in a same folder (i mean all those pages are with in a folder). I have developed this design under the frames. I have used 3 frames top for banner, left side for menu and and right side for main page. While clicking the left side menu frame i just navigate the main page into different page.
My problem is while clicking the menu, i just change the target of the right side main frame. Is it possible to change the URL while navigating to different pages in the right frame.
Please guide me, How to proceed.
Thanks
Praveen
You can’t change the URL without navigating to that URL.
You really don’t want to use frames in the first place. Search engines (i.e. Google) wont index your site properly, users can’t bookmark pages, and people just do not like frames, in the first place.
If you want to persist things like headers and sidebars across many pages without having to include the code in every single HTML file, you should consider using server-side includes.