History Length

Written by admin on December 26, 2008 – 7:37 am -

Shock your visitors by telling them how many sites they have been to since they began using their browser!
Author: Unknown

<!-- ONE STEP TO INSTALL HISTORY LENGTH:

   1.  Paste the designated coding into the BODY of your HTML document  -->

<!-- STEP ONE: Copy this code into the BODY of your HTML document  -->

<BODY>

<CENTER>
<SCRIPT>

var times=history.length;
document.write('You\'ve been to '+times+' site(s) in this browser session.');
</SCRIPT>
</CENTER>

<!-- Script Size:  0.52 KB  -->

Tags:
Posted in Miscellaneous, User Details |

Post a Comment