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.
<!DOCTYPE html>
<html lang="en">
<head>
<script src="assets/js/mbox.js"></script>
<body>
<div class="mboxDefault"></div>
<script>mboxCreate("test_localMbox");</script>
<div id="testMbox">
</div>
<script type="text/javascript">
mboxDefine("testMbox","mbox_dynamic","parameter1=value1");
mboxUpdate("mbox_dynamic", "parameter2=value2");
</script>
</body>
</html>
Thank You
Mak M