Expand my Community achievements bar.

mbox.js version 57 unable to create mbox

Avatar

Level 1

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 

1 Reply

Avatar

Level 10

Hi Mak,

Thank you for reaching out to Adobe Community. 

Are you getting any error or something? What exactly is the issue you are experiencing?

Thanks!