I am having a site in which dynamically header part is changing as in each and every page there is a script called which checks the referring url and according to that url script invoke a header.html which is used in AJAX and called as .txt file using XMLHttp.open .
Complete HTML page is imported but if there is any javascript code exists in the header.txt. Javascript code does not get executed.
Can any body help me out...