| Create a tbl with a field called counter. On the link, <a>, implement a jquery.click function which will make an ajax call to a cfm page that will get the counter, and output that counter. On ajax success, just display the output with the div.html(). |