Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mark Ritter on Nov 18, 2009 06:55
open dhtmlx forum
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.
Answer posted by Alex (support) on Nov 18, 2009 07:27

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