How to get the previous url in dot net

S

srinivas

Hi,

i am a dot net developer.In our site we have a requirement like
url masking.

Example : We have 2 domains like google and srinivas .If we browse the
google domain html page it will show srinivas domain default.aspx page.


For this i used i frame in the test.html page in google domain.Now we
are able to see the google url in the address bar and we are accessing
srinivas domain page(in iframe).everything is working fine here.

I need to track the urls here.For this i used
Request.ServerVariables["HTTP_REFERER"].ToString(); for getting the
url.

It is working fine in the internet explorer but it is failing in
mozilla and netscape.Is there any method to work in all browsers.

Thanks,
srinivas
 
Z

zif

srinivas said:
Hi,

i am a dot net developer.In our site we have a requirement like
url masking.

Then why no ask in a .NET group?

Example : We have 2 domains like google and srinivas .If we browse the
google domain html page it will show srinivas domain default.aspx page.

So users browse Google but the address bar shows your site?

For this i used i frame in the test.html page in google domain.Now we
are able to see the google url in the address bar and we are accessing
srinivas domain page(in iframe).everything is working fine here.

Hang on ... now you want users to think they are browsing Google when in
fact they are on your site?

I need to track the urls here.For this i used
Request.ServerVariables["HTTP_REFERER"].ToString(); for getting the
url.

So you want to let people surf the web while you quietly track
everything they do?

It is working fine in the internet explorer but it is failing in
mozilla and netscape.Is there any method to work in all browsers.

I don't think anyone here wants to help you snoop on unsuspecting visitors.
 

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
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top