User:Lytao/1

From 2011.igem.org

(Difference between revisions)
Line 7: Line 7:
var i=0;
var i=0;
function clock()
function clock()
-
   {if (i>10){window.clearInterval(int);}
+
   {if (i>100){window.clearInterval(int);}
   document.getElementById("clock").value=123
   document.getElementById("clock").value=123
i++;
i++;

Revision as of 14:51, 26 October 2011

123