I'm creating a web site.It have many pages with scripts and style sheets.
But I wish to use same banner and nevigation bar and other common features for all pages. (frame of my web site).So I wish to use ajax technology to load sub pages without reloading frame.
I know about placing a page on <div> tag with responseText methord.
But it doesn't load any scripts which are place on sub pages.
Can you help to load pages with scripts and style sheets?
If above question or answer will help to you
Don't forget to rate me தமிழ்இன்பன்
I'm creating a web site.It have many pages with scripts and style sheets.
But I wish to use same banner and nevigation bar and other common features for all pages. (frame of my web site).So I wish to use ajax technology to load sub pages without reloading frame.
I know about placing a page on <div> tag with responseText methord.
But it doesn't load any scripts which are place on sub pages.
Can you help to load pages with scripts and style sheets?
Do not use AJAX for navigation. What if the user has disabled Javascript - what if you need to provide a direct link to the page? Many other reasons too.