how to keep record of who is viewing the page? In my case there is no login but I want to record some info. What can I record?.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
posted
0
You need to use a serverside script to record info, you can record IP addy and browser info. If you scroll to the bottom of this page you will see a ball in a box. it goes here. You can see what they track. Eric
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
can you give me sample code for that.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
posted
0
You can not store it with JavaScript, you are going to need a server side language.