I have a section in which a time is running and not a constant value.
I want to send the latest value inside through a form.
Please let me know how to send the current running value of the through form.
Below is my section,
<div id="txt"></div>
I have a Javascript function to display value for the
//..Inside the java script code...
var output = document.getElementById("txt");
startTime();
//for full code , please visit below link
Please look at this page : http://www.chemfluence.org.in/sample.html

Try this way
And also modify your script like this,