Javascript Code
<!-- Script by hscripts.com -->
<script src="hstopwatch/stopwatch.js">
<script>
<body onload='stopwatch();'>
<div>
<input type='text' id='disp' maxlength=12 readonly>
<button type='button' onclick='ss()' id='butt'>Start/Stop</button>
<button type='button' onclick='r()' id='butt2'>Reset</button>
</div>
<div id='lap'>
<table border=1>
<tr><th width=65>Lap #</th><th width=110>Running Total</th><th width=110>This Lap</th></tr>
</table>
</div>
</body>
<!-- Script by hscripts.com -->
CSS Code
<style type='text/css'>
#disp
{
background-color: black;
font-size: 1.75em;
font-weight: bold;
color: white;
width: 7.65em;
font-family: "Courier New";
padding: 0.15em;
border-right-width:0;
}
#butt
{
font-size: 1em;
width: 8em;
font-family: "Courier New";
}
#butt2
{
font-size: 1em;
width: 5em;
font-family: "Courier New";
}
#lap
{
margin-top: 0.5em;
}
</style>
Get free version without ©copyright link for just
5
|