30 second timer: Difference between revisions

From Cor ad Cor
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: 256pt;
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", 30);</script>
<script type="text/javascript"> window.onload = CreateTimer("timer", 25);</script>
</body>


</html>
</html>

Revision as of 19:48, 3 June 2011