i can check log on where the visitor is refered from which web site.

Can i check that the visitor is refered from an email?

i wish to send emails with the hyperlink. Thanks a lot.

tony

Re: LOG - referee by Kristofer

Kristofer
Wed Sep 27 00:21:08 CDT 2006

It depends on the client.

The referer is sent by the client. If the client application (webbrowser)
is able to identify that the referer was an email, and send this
information to the server, then yes. But in general, web browsers cannot
(or do not) do this.

So the "limitation" is on the client side, and there is nothing to do
about it.

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


tony wong wrote:

>i can check log on where the visitor is refered from which web site.
>
>Can i check that the visitor is refered from an email?
>
>i wish to send emails with the hyperlink. Thanks a lot.
>
>tony

Re: LOG - referee by Daniel

Daniel
Wed Sep 27 06:44:30 CDT 2006

tony wrote on Wed, 27 Sep 2006 11:44:18 +0800:

> i can check log on where the visitor is refered from which web site.
>
> Can i check that the visitor is refered from an email?
>
> i wish to send emails with the hyperlink. Thanks a lot.
>
> tony
>

Normally no. For webmail you might get a http referer, but for normal email
probably not.

Why not just include something in the querystring in the link so when it's
clicked on you know it's referred from an email?

Dan



Re: LOG - referee by tony

tony
Thu Sep 28 10:19:45 CDT 2006

Thanks a lot.


"Daniel Crichton" <msnews@worldofspack.com> ¼¶¼g©ó¶l¥ó·s»D:uVx$Mpi4GHA.4616@TK2MSFTNGP05.phx.gbl...
> tony wrote on Wed, 27 Sep 2006 11:44:18 +0800:
>
>> i can check log on where the visitor is refered from which web site.
>>
>> Can i check that the visitor is refered from an email?
>>
>> i wish to send emails with the hyperlink. Thanks a lot.
>>
>> tony
>>
>
> Normally no. For webmail you might get a http referer, but for normal
> email probably not.
>
> Why not just include something in the querystring in the link so when it's
> clicked on you know it's referred from an email?
>
> Dan
>