Hello, I'm building a website that needs to be redirected after data has been inserted into my database, and I'm using a framework called XAJAX for doing so. In Firefox, when I finish the 'insertation', I send a javascript answer for window.location = "http://new page". The problem is that, the page won't redirect in IE 7, but will redirect fine in Firefox. What could the problem be? Remember that I'm using AJAX, and I can't use header('Location :')