I just erased everything having to do with Ajax and added the line:
Code:
window.location.href=passed_url;
So the job is done by refreshing the page.
What though, if I didn't want to have a page refresh and I wanted to capture into the <body> element the part from the xmlhttp.respons eText or the xmlhttp.respons eXML that is contained...
Leave a comment: