Hi,
The Ajax timeout can be modified ?
Thanks in advance
Hi,
The Ajax timeout can be modified ?
Thanks in advance
Hi,
the timeout is not controlled by JavaScript. If you want to decrease timeout by JS methods. You may call abort() method for xmlDoc of dhtmlxAjax in a specified number of seconds:
var loader = dhtmlxAjax.get(url,callback);
…
//to abort request you need to call the following:
loader.xmlDoc.abort();