B
bushi
hi!
i'm designing a web application,basically it have two
pages,"client_browser.apsx" & "adserver.aspx"."client_browser.aspx"
contains an iframe,and in the iframe i have displayed my
"adserver.aspx".now i want to get the URL path of the client browser
on my "adserver.aspx".but the code i have used returns me the URL
path of "adserver.aspx",as it is behind the adserver.aspx.i want to
get the URL path of the any client page displaying my server page
through iframe.any one having idea about it plz guide me.
i'm using asp.NET,C# for implementation:
the code i have used is following:
Uri vpath = HttpContext.Current.Request.UrlReferrer;
i'm designing a web application,basically it have two
pages,"client_browser.apsx" & "adserver.aspx"."client_browser.aspx"
contains an iframe,and in the iframe i have displayed my
"adserver.aspx".now i want to get the URL path of the client browser
on my "adserver.aspx".but the code i have used returns me the URL
path of "adserver.aspx",as it is behind the adserver.aspx.i want to
get the URL path of the any client page displaying my server page
through iframe.any one having idea about it plz guide me.
i'm using asp.NET,C# for implementation:
the code i have used is following:
Uri vpath = HttpContext.Current.Request.UrlReferrer;