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).everyth ing is working fine here.
I need to track the urls here.For this i used
Request.ServerV ariables["HTTP_REFER ER"].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
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).everyth ing is working fine here.
I need to track the urls here.For this i used
Request.ServerV ariables["HTTP_REFER ER"].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
Comment