My problem is this:
I have a page in html, and on this page, it has 2 divs. in the second div, I have a javascript that stores a value in a given variable.
What I want is to display the value of this variable in the first div.
Do you know how I can do this?