Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by kunal on Nov 07, 2008 03:45
open dhtmlx forum
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