Counting the number of visitors for a web page - JavaScript and Struts
- by Dj
Hi i am Dhananjay,
I need to keep track of the number of visitors to a web page.
I have planned like this: on load of the home page, I will call a javascript callCounter();
From javascript, I need then to call an action and update a record in database.
Please help me with this.
How do i call the action?
I should be in the same home jsp after updating database.
Thanks in advance,
Dhananjay