dhtmlxAjax.get()

I updated to the latest 2.5 release, but now have an issue with dhtmlxAjax.get(). This used to work, but now I get an error on line 205: Permission denied.



function CheckForInternet()

{

    position=“network.js”;

    whatfunc=“CheckForInternet()”;



    dhtmlxAjax.get(“http://www.wpiw.net”,IsConnected);

}





function IsConnected()

{

    position=“network.js”;

    whatfunc=“IsConnected()”;



    ConnToNet=true;

}





Just a simple check to see if connected to the internet or not.



When run locally, works fine. When run from network, \WS29\MyProg.hta, I get that error.


Ajax doesn’t allow to load xml from other domain.