Stopwatch without Lap Script
This is free online stopwatch javascript with start/stop and reset buttons, used to note the time for any event.
Features
- You can use this javascript stopwatch timer for any event.
- You can refresh the stopwatch using Reset button.
- It is easy to use.
Preview
Downloads
< !-- Script by hscripts.com -->
<script type="text/javascript" src="hstopwatch/stopwatch-without-lap.js"></script>
<style type='text/css'>
#disp
{
background-color:black;
font-size: 1.75em;
color: white;
width: 6em;
font-family: "Times New Roman";
padding: 0.15em;
border-right-width:0;
}
#butt
{
font-size: 1em;
width: 5em;
font-family: "Times New Roman";
}
#butt2
{
font-size: 1em;
width: 5em;
font-family: "Times New Roman";
}
</style>
<body onload='load();'>
<table align=center>
<div align=center> Stopwatch-without-lap</div>
<tr><td><input type='text' id='disp' maxlength=12 readonly />
</td></tr>
<tr><td><button type='button' onclick='ss()' id='butt'>Start/Stop</button>
<button type='button' onclick='r()' id='butt2'>Reset</button>
</td></tr>
</table>
</body>
< !-- Script by hscripts.com -->
- Release Date - 23-12-2007
- Downloads : Version 1.0 -
hstopwatch.zip
- Get free version without ©copyright link for just $10/-
- For customization of this script or any script development, mail to support@hscripts.com
Usage
- Unzip the download.
- You will get the file hstopwatch/stopwatch-without-lap.js, hstopwatch/README
- You can copy the code into your page and use it.
- Here <body onload="load();"> is used inorder to perform the "load()" function while the page is loaded.
- Call "load()" function using onload event in your body tag.
License
Related Scripts