J
jon spivey
Hi Bob,
you'd probably put a customerid or something at the end of the link then
read it, eg with ASP you might have
<a href="page.asp?id=2">click here</a>
then record the IDs that click thru with
request("id")
If you want to find out if the guy read the email atall put a link to an asp
script, eg
<img src="http://you.com/track.asp?id=2" width=1 height=1>
then you can record who read the email and who clicked the link
you'd probably put a customerid or something at the end of the link then
read it, eg with ASP you might have
<a href="page.asp?id=2">click here</a>
then record the IDs that click thru with
request("id")
If you want to find out if the guy read the email atall put a link to an asp
script, eg
<img src="http://you.com/track.asp?id=2" width=1 height=1>
then you can record who read the email and who clicked the link