Categories | Question details Back To List | ||
how to access the loader object in dhtmlx ajax I am using dhtmlx ajax .. var loader = dhtmlxAjax.getSync("process.php?param1=value¶m2=value"); Please tell me how to access the loader object .. Answer posted by Support on Nov 10, 2008 09:35 response as text loader.xmlDoc.responseText response as XML loader.xmlDoc.responseXML |