How to call a coldfusion function using jquery on clicking a hyperlink

I have a cfm file that has a url that directs the page to another cfm page
I would like on clicking the url to call a coldfusion function befor going to the next page
example
I have a component mycomponent
<cfcomponent>
<cffunction name=“increaseviews”>.
<cfargument arg1…>
…</cffunction></cfcomponent>

I have a cfm
mypage.cfm
<a href=“mysecondpage.cfm”>go to second page</a>

secondpage.cfm
I am the second page

I want the user on clicking on the url the jquery will call the function increaseviews then go to secondpage.cfm

Thanks in advance

You received an answer to this same question in another forum:

Thread closed. Please do not post the same question in multiple forums. Thanks.