PDA

View Full Version : [HTML5] Oscillating Meter



juancarlospaco
October 1st, 2011, 01:12 AM
I have a Meter for measuring time...,
i want it to move oscillating +1|-1 of the original value every 1 second,
need some JS, the value="6" its made by Python, how can i do this...?



<meter title="Time" max="10" low="1" high="8" optimum="5" value="6">ERROR!: Browser dont support HTML5 Meter tag.</meter>


:)