I have a display object that contains a block of JavaScript that needs to be inserted into a HTML object via an Hash Cookie.
The hash cookies content looks like this:
Code: Select all
<script> var addressPoints = [[1.111,2.222,'1'],[3.333,4.444,'2']]; </script>
Does anybody see what I am missing here?