Time Spent on Web page in Seconds
Time on site is one of the most useful metrics. This javascript is used to display how much time you spent for the specific web page. Time will be automatically updated lively in seconds.
Features
Used to display the spending time of a specific webpage. Time will be updated lively in seconds. Simple and easy to use.
Preview
Downloads
Javascript <!-- Script by hscripts.com --> <!-- More scripts @www.hscripts.com --> <script type="text/javascript"> pageOpen = new Date(); function ctck() { var sds = document.getElementById("dum"); if(sds == null){ alert("You are using a free package.\n You are not allowed to remove the tag.\n"); } var sdss = document.getElementById("dumdiv"); if(sdss == null){ alert("You are using a free package.\n You are not allowed to remove the tag.\n"); } } document.onload="ctck()"; function leavingPage() { pageClose =new Date(); hours=pageClose.getHours()-pageOpen.getHours(); minutes=pageClose.getMinutes()-pageOpen.getMinutes(); seconds=pageClose.getSeconds()-pageOpen.getSeconds(); time = (seconds + (minutes * 60) + (hours * 60 * 60)); if(time<60){ document.time.tfield.value="Time Spent By You In This Site " + time + " seconds"; } else { min=(parseInt(time/60)); sec=(time%60); document.time.tfield.value="Time Spent By You In This Site " + min + " minutes " + sec + " seconds"; } } function timer() { leavingPage(); setTimeout('timer()',1000) } document.onload=timer(); </script> <div style="font-size: 10px;color: #dadada;" id="dumdiv"> <a href="https://www.hscripts.com" id="dum" style="text-decoration:none;color: #dadada;">©h</a></div> <!-- Script by hscripts.com -->
Release Date - 11-02-2010 Get free version without ©copyright link for just $10/ -
For customization of this script or any script development, mail to support@hscripts.com
Usage
Copy and paste the javascript code into your HTML page and make use of this. Use the below html code into your page. <form name=time> <input type=text name=tfield size=44> </form> This script is used to display how much time you spent for a specific web page in seconds.
License
Related Scripts