Home All Groups Group Topic Archive Search About

How to I know the previous page is clicked to forward the current page?

Author
14 Jan 2006 3:13 AM
ABC
How to I know the previous page is clicked to forward the current page?



As our web site have many methods to enter the web page, I need to know the
users clicked which link or which part of page to enter the web page.

Author
14 Jan 2006 9:09 AM
m.posseth
just send a parameter in the link


http:\\www.somesite.com\somepage.aspx?link=1&

now in somepage you can say     request.querystring("link")

and you know on wich link was clicked to come to the page


regards

Michel Posseth [MCP]





Show quoteHide quote
"ABC" <a**@abc.com> wrote in message
news:%23g9$XkLGGHA.2704@TK2MSFTNGP15.phx.gbl...
> How to I know the previous page is clicked to forward the current page?
>
>
>
> As our web site have many methods to enter the web page, I need to know
> the users clicked which link or which part of page to enter the web page.
>
>
Are all your drivers up to date? click for free checkup

Author
14 Jan 2006 9:30 PM
John Timney ( MVP )
Have you thought about checking the referring page value

Request.UrlReferrer.ToString()

--
Regards

John Timney
Microsoft MVP

Show quoteHide quote
"ABC" <a**@abc.com> wrote in message
news:%23g9$XkLGGHA.2704@TK2MSFTNGP15.phx.gbl...
> How to I know the previous page is clicked to forward the current page?
>
>
>
> As our web site have many methods to enter the web page, I need to know
> the users clicked which link or which part of page to enter the web page.
>
>

Bookmark and Share