linked pages

D

Dew Baboeram

Hi

Here is a problem in vb.net I cannot solve.
I have a page (firstpage.aspx) that has a hyperlink, which open
secondpage.aspx.
In the pageload of secondpage.aspx I want to retrieve the name of the page
that linked to the second page (the name of firstpage.aspx).
The httprequest object does not have a property of the page that connected
to the currentpage. How do I get this information in vb.net?

Dew Baboeram
 
P

Patrice

Most agents should send the HTTP_REFERER server variable. Note that is not
reliable.

What is the purpose ? (a step in amulti step process that can come from
several other steps ?).

Patrice
 
S

Shiva

Request.ServerVariables("HTTP_REFERER")

Hi

Here is a problem in vb.net I cannot solve.
I have a page (firstpage.aspx) that has a hyperlink, which open
secondpage.aspx.
In the pageload of secondpage.aspx I want to retrieve the name of the page
that linked to the second page (the name of firstpage.aspx).
The httprequest object does not have a property of the page that connected
to the currentpage. How do I get this information in vb.net?

Dew Baboeram
 
B

bruce barker

note: this is very unreliable, as serveral proxy servers now strip this for
security.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top