30 second timer: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<html> <script type="text/javascript"> var Timer; var TotalSeconds; function CreateTimer(TimerID, Time) { Timer = document.getElementById(TimerID); TotalSeconds = Time...") |
No edit summary |
||
Line 32: | Line 32: | ||
<!-- | <!-- | ||
.bigfont { | .bigfont { | ||
font-size: | font-size: 128pt; | ||
font-weight: bold; | font-weight: bold; | ||
color: #C00; | color: #C00; | ||
Line 43: | Line 43: | ||
<div id='timer' class="bigfont" /> | <div id='timer' class="bigfont" /> | ||
<script type="text/javascript"> window.onload = CreateTimer("timer", | <script type="text/javascript"> window.onload = CreateTimer("timer", 25);</script> | ||
</html> | </html> |
Revision as of 19:48, 3 June 2011