Thank you very much for the reply.
I put in this:
document.getElementById('changerDiv').innerHTML = eval(http_request.responseText);
("changerDiv" is the div that the content is to be displayed in), and that resulted in some of the pages not being loaded at all.
I'm using XmlHttpRequest to get the content of the file and display it. I have a little bit of javascript on the page being retrieved, but that javascript isn't work. Is there a way to get it read the javascript properly?
Thanks,
bryan
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.