a)Unzip the download.
b)you will get the files hswatch/hsw.js , hswatch/README
c)Now copy the following javascript code in to the html file, where you want the stopwatch to run.
<!-- HSWATCH : Stop watch Script Provided By HIOXINDIA - hioxindia.com !-->
<form name=countdown>
<table style="border: 1px green dotted;"> <tr><td align=center>
<input type=text name=counter size=5 style="border: 3px green solid; border-right-width:0; background-color: black;
color: white; font-size: 15px; font-weight: bold; padding-left: 25;" value=0 align=center><input type=text name=countmilli size=5 style="border: 3px green solid; border-left-width:0; background-color: black; color: white; font-size: 15px; font-weight: bold; padding-left: 25;" value=0 align=center>
<br>
<input type=button value="new" onClick=" new1()" style="background-color: green; border: 3px black ridge;">
<input type=button value="stop" onClick=" stopper()" style="background-color: #ff4444; border: 3px black ridge;">
<input type=button value="con" onClick=" starter()" style="background-color: orange; border: 3px blue ridge;"><br>
<div align=right><a style="color: white; font-size: 10px; text-decoration: none; " href="http://www.hioxindia.com">provided by - HSW</a></div>
</td></tr></table>
</form>
<script type="text/javascript" SRC="hswatch/hsw.js">
</script>
<!-- End of HSW Script -->
|