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?