How To Make A Simple Stopwatch In Javascript

How To Make A Simple Stopwatch In Javascript
this is the look of the stopwatch the script add it below head <script language="javascript"> var base = 60; var clocktimer,dateObj,dh,dm,ds,ms; var readout=''; var h=1; var m=1; var tm=1; var s=0; var ts=0; var ms=0; var show=true; var init=0; var...