Forum Moderators: open
i'm trying to calculate some values in <div>, based on user interraction.
<div id="one">3</div>
<img src="sample.jpg" alt="" width="170" height="120" onclick="this.document.getElementById("one").value++">
but this is not working :(