Archive for July, 2006

Firefox 1.5, XmlHttpRequest, req.responseXML and document.domain

July 27th, 2006 by Alexander Kirk | Comments 3 Comments »

Recently I have been working on a web application, extending it with an iframe on another subdomain. When you set up communication with an iframe on another subdomain, it works by setting document.domain in both pages. Pretty nice and straight forward. But it can mess up the rest of your page. As soon as you [...]