Hello all,
i am new to JavaScript, I am trying to get a div tag value using javascript. i have a div tag in html like this
<div id="para1"> </div>
there is another javascript that do some calculation and sets the result to para1 tag to display.
now i want to use this value somewhere else, I...