Atozed Forums

Full Version: how to get XML via post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
executeAjaxEvent(
        '&xml="'+OBJtoXML(arrayCombo4)+'"',
        null,
        "LOANFORM.addXML",
        false,
        null,
        false
    );
i set up my call back in background as addXML but reason is i getting this 

[attachment=30]

help me Smile
(07-02-2018, 10:54 AM)morhous Wrote: [ -> ]executeAjaxEvent(
        '&xml="'+OBJtoXML(arrayCombo4)+'"',
        null,
        "LOANFORM.addXML",
        false,
        null,
        false
    );
i set up my call back in background as addXML but reason is i getting this 



help me Smile

Hum...

addXML you mean the demo? The generated code looks correct, but it lacks context. It may work or may fail... it really depends. 

Does it execute? If so, what do you get?