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

The same code works correctly in local samples. ( attached )
Please be sure that error not occurs before ajax call.

1223990527.zip (34.8 KB)