Rexolio
Technical User
- Aug 29, 2001
- 230
I have a web site where I list contact information for clients of mine. I want to track the number of people who visit my client's web sites (already figured this out) but also who clicks on my client's email addresses. I tried having the hyperlink for the email actually link to an ASP that records the "hit" in a database and then Response.Redirect to the "mailto:client's email". Although this works, it opens a separate browser window with "mailto:email address" in the address line that doesn't go away, although the email window opens up (like I want it to).
Any suggestions how to accomplish my goal without having that browser window open up?
Any suggestions how to accomplish my goal without having that browser window open up?