Hi Team, I am facing issue related to mbox creation. with mbox.js
version 40 I am able to create mbox with mboxCreate() but with mbox.js
version 57 I am unable to create mbox on page.below is my code please
help me with your suggestion.
mboxCreate("test_localMbox");
mboxDefine("testMbox","mbox_dynamic","parameter1=value1");
mboxUpdate("mbox_dynamic", "parameter2=value2");
Thank You Mak M