Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Seetharaman Srinivasan on Oct 14, 2008 03:11
open dhtmlx forum
dhtmlxAjax - postSync

var url="/gbmims/jsp/servxCall.jsp";
var parm1=Form.serialize($('formstyle'));
var loader = dhtmlxAjax.postSync(url,parm1);
alert("Request Sent");
outputResponse(loader);

Above is my test code. I use prototype.js also for this application. I get the following error in imy firebug where the call is made.Even the alert statement is not executed.



dhtmlObject.onloadAction is not a function ..... dhtmlxcommon.js (line 10
Answer posted by Support on Oct 14, 2008 06:04
The same code works correctly in local samples. ( attached )
Please be sure that error not occurs before ajax call.
Attachments (1)