hi, you are right. firefox and other modern browsers restrict this. however. IE confused me because it was working for IE. for firefox by netscape.security. i have solved this.
Now i have another problem. After calling the $.ajax({..}).responseXML; i am gettin null. however the responseText returns the XML as text. Why it could be.(content-type is "text/xml" actually i am directly getting XML file). On Apr 7, 10:30 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > dropx schrieb: > > > I know how to call from another host with javascript without using > > JQuery. my question: > > is it possible to solve this with just JQuery's ajax functions? > > XmlHttpRequest ("Ajax") does not allow cross-domain requests. jQuery nor > any other library can solve this, because it is not solvable. > > The only way to call JavaScript from another host is by > including/appending script elements. > > -- Klaus