Can I count clicks on links with javascript?
Sure, add an onclick event handler function to the tag that retrieves, increments and stores a counter variable. You can retrieve and store this in a hidden field. You will lose the information once you navigate away from the page, however.