H I O X INDIA
FREE Javascript
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Directories 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)   Bookmarks :-)  
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

Java Script Source
List All
Date & Time
Calendar
Stop Watch script
Slide Show
Image Effect
Mouse Effects
Color Picker Tool
Dynamic Color
Random Generator
Select All
Form Validation
Textbox Counter
Dynamic Form select
Bookmark
Window / User Info
Security / Authenticate
Status Bar
Title Bar
Cursor Position
Country List
Calculators
Delete Repeated Values
Alphanumeric
Free Games





Stopwatch without Lap Script


About
 This is free online stopwatch javascript with start/stop and reset buttons, used to note the time for any event.


Features
 a) You can use this javascript stopwatch timer for any event.
 b) You can refresh the stopwatch using Reset button.
 b) It is easy to use.


Download
Version 1.0 - hstopwatch.zip
Release Date - 23-12-2007


Get free version without ©copyright link for just 5



Preview
Stopwatch without lap



Code
 Javascript Code:
< !-- Script by hscripts.com -->
<script src="hstopwatch/stopwatch-without-lap.js"> </script> <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 -->

 CSS Code:
<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>


Usage
 a) Unzip the download.
 b) You will get the file hstopwatch/stopwatch-without-lap.js,
    hstopwatch/README
 c) You can copy the code into your page and use it.
 d) Here <body onload="load();"> is used inorder to perform the "load()" function while the page is loaded.
 e) Call "load()" function using onload event in your body tag.





License
- This javascript (misspelled as java script)/HTML code is given under GPL License
- i.e. Free use for those who use it as it is.
- Free, if your modification does not remove our copyright information and links.
- Detailed License information can be found here
- You can purchase the script if your requirements does not meet GPL License terms.


privacy policy     license     sitemap
© 2004-2005 HIOX INDIA - hioxindia.com

Others