Home » » Free javascript code:count Visiter timings

Free javascript code:count Visiter timings

Free java script code:count Visitor timings.Free download java script code for webmasters it counts visitor timings. it will show at what amount of time he stayed on your website and it shows in text box.one of the most simple and easy to use java script code for your website.

Free javascript code:count Visiter timings
Free javascript code:count Visiter timings

CODE STARTS

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
startday = new Date();
clockStart = startday.getTime();
function initStopwatch() {
var myTime = new Date();
return((myTime.getTime() - clockStart)/1000);
}
function getSecs() {
var tSecs = Math.round(initStopwatch());
var iSecs = tSecs % 60;
var iMins = Math.round((tSecs-30)/60);
var sSecs ="" + ((iSecs > 9) ? iSecs : "0" + iSecs);
var sMins ="" + ((iMins > 9) ? iMins : "0" + iMins);
document.forms[0].timespent.value = sMins+":"+sSecs;
window.setTimeout('getSecs()',1000);
}
// End -->
</script>

<BODY onLoad="window.setTimeout('getSecs()',1)">

<CENTER>
<FORM>
<FONT SIZE="2" FACE="Arial">Time spent here: </FONT><input size=5 name=timespent>
</FORM>
</CENTER>
<font face="Tahoma"><a target="_blank" href="http://rommysunny.blogspot.in/"><span style="font-size: 8pt; text-decoration: none">JavaScript Free Code</span></a></font>

CODE ENDS

JAVASCRIPT CODE
Print button for page
Calculator script
Forward and Back button
Google Search
make your website as user's Homepage
Visitor and Counter
count Visiter timings
Clock in your website
Show Today's Date in Website
Save Button
Add Websites To Favourite
Search box in website
Pop up Message Box
MSN search
colourful scrollbar
magic title
close browser with button
Not allowing right click
Clock
Go to top of a Page

0 comments :

Post a Comment

Like us on Facebook
Follow us on Twitter
Recommend us on Google Plus
Subscribe me on RSS