Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to know the referer URL ?

0 views
Skip to first unread message

Yannick Smits

unread,
Apr 13, 2002, 9:07:06 AM4/13/02
to
Request.UrlReferrer

It's in the documentation. Search for Referrer.

hth,
Yannick Smits


"ABC - Sébastien Beaugrand" <beau...@activebaseconcept.com> wrote in
message news:eXp9DFu4BHA.2788@tkmsftngp07...
> Hi,
>
> I am looking how to get the referrer URL in ASP.NET.
>
> Thanks
>
>


V. Jenks

unread,
Apr 13, 2002, 11:15:31 PM4/13/02
to
Or, if you'd like to capture that information on the client-side with
javascript:

var refUrl = document.referrer;
alert(refUrl); //displays referring URL!

"Yannick Smits" <dot...@stepcompany.com> wrote in message
news:ODgidwu4BHA.1456@tkmsftngp02...

0 new messages