Hello,
if you use this Code for your Website, your visitor can see how long he was on your page.
Paste this code in side script code
Paste in your blogs or website and test... else
Follow my guidance for paste the code here!!
Good luck
-Amaresh
Code:--
function time()
{
i++;
}
var i=0;
setInterval('time()',1000);
window.onunload=now;
function now()
{
alert("You was "+i+" seconds here");
}
0 comments
Post a Comment
Thanks for reading , if you have any problem please leave me a comment here I will help you by my best.Please note that you put the friendly words to help each other to improving and developing these tips to be better,or the best way for you to track my blog is subscribing my Feed.You are always welcome on http://bloghelpforbegineers.blogspot.com
Best regards,
-Amaresh