How to get the previous url in dot net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • srinivas

    How to get the previous url in dot net

    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

  • zif

    #2
    Re: How to get the previous url in dot net

    srinivas wrote:[color=blue]
    > Hi,
    >
    > i am a dot net developer.In our site we have a requirement like
    > url masking.[/color]

    Then why no ask in a .NET group?

    [color=blue]
    > 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.[/color]

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

    [color=blue]
    > 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.[/color]

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

    [color=blue]
    > I need to track the urls here.For this i used
    > Request.ServerV ariables["HTTP_REFER ER"].ToString(); for getting the
    > url.[/color]

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

    [color=blue]
    > 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.[/color]

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


    --
    Zif

    Comment

    Working...