Cut & Paste Counting how long one has stayed in your page
Credit: JavaScript Kit
Description: The below script will count the number of seconds a person has been to your webpage.
Example:
You have
visited my page for:
seconds!
Directions: Simply cut and paste this script into the <body> tags of your page.
<table
border="0"> <tr> <td align="center"><font face="Arial"><strong>You have visited my page for:</strong></font></td> <td align="center"><form name="d"> <p><input type="text" size="8" name="d2"></p> </form> </td> <td align="center"><font face="Arial"><strong>seconds!</strong></font></td> </tr> </table> <script> |