Team:KAIST-Korea/Test Count

From 2011.igem.org

(Difference between revisions)
Line 19: Line 19:
document.timeForm.input1.value = daysRound  + "Days " + hoursRound + ":" + minutesRound + ":" + secondsRound;
document.timeForm.input1.value = daysRound  + "Days " + hoursRound + ":" + minutesRound + ":" + secondsRound;
 +
newtime = window.setTimeout("getTime();", 1000);
 +
document.timeForm.input2.value = daysRound  + "Days " + hoursRound + ":" + minutesRound + ":" + secondsRound;
newtime = window.setTimeout("getTime();", 1000);
newtime = window.setTimeout("getTime();", 1000);
}
}
Line 46: Line 48:
<form name=timeForm>
<form name=timeForm>
<input type=text name=input1 size=20 border-style="none" style="border-bottom: 0px solid; border-left: 0px solid;border-right: 0px solid;border-top: 0px solid;font:30px arial, helvetica,sans-serif; color:black"></form>
<input type=text name=input1 size=20 border-style="none" style="border-bottom: 0px solid; border-left: 0px solid;border-right: 0px solid;border-top: 0px solid;font:30px arial, helvetica,sans-serif; color:black"></form>
 +
<br>
 +
<input type=text name=input2 size=20 border-style="none" style="border-bottom: 0px solid; border-left: 0px solid;border-right: 0px solid;border-top: 0px solid;font:30px arial, helvetica,sans-serif; color:black"></form>
</center>
</center>

Revision as of 10:16, 8 July 2011