The moose likes HTML, CSS and JavaScript and the fly likes who is viewing my page? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "who is viewing my page?" Watch "who is viewing my page?" New topic
Author

who is viewing my page?

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
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
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
can you give me sample code for that.
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
You can not store it with JavaScript, you are going to need a server side language.
 
 
subject: who is viewing my page?
 
Threads others viewed
need help on update functionality
Complete Java 2 Cert Study Guide - Distributed Notification
Locking question
Why wasn't my post deleted?
how to disable "save as" function
IntelliJ Java IDE