User:Lytao/1

From 2011.igem.org

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

Revision as of 14:51, 26 October 2011

123