If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
So basically you are talking about an onclick event that triggers a http post to yur system (to record the click) and then allows the link to function as normal yes??
Why don't you make the link reference a page on your side that records the click and then redirects to the actual link location/target?
No problems. You might have an issue with spaces in urls and escaping characters if you are trying to go to a specific page within a site instead of the default page, but can can get around all that with a few refinements to the general idea.
I used Server.URLEnCode(url) instead of url. And also in redirect.asp page, I put IF statement to check the querystring in case someone hits the redirect.asp page.