I'm using DHTMLX Window, trying to submit the form element. The http header content-length is 0, so jQuery is not submitting the form contents. Please help me! Thanks!!!
var name = tableName+'_'+formName; elems = document.getElementsByName(name); objContext = elems[0]; // assign the form to be submitted, to be the context of the submission jQuery.ajax({ type: "POST",
I've tried every combination of the following to overcome the "invalid parameter" error, but failed hitherto.
The url, listName and choiceText are all defined and have content.
I've stepped through the jquery functions that support these calls and have not been able to identify the invalid argument, or by process of elimination.
Executing this code results in 'Invalid argument'.