pgmr1998
02-27-2007, 09:15 PM
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 javascript program
2) the javascript program would update an access db and increment a counter field
3) javascript 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.
1) have the link invoke a javascript program
2) the javascript program would update an access db and increment a counter field
3) javascript 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.