I have a web page containing a collection of links. On one link I want to keep a count of the number of times this particular link has been clicked on or visited. I thought that the thing to do is:
1) have the link invoke a java program
2) the java program would update an access db and increment a counter field
3) java program calls the web page, so that the web page appears in the same browser window. The user never knows or sees that a count is being kept.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.