G
Gav
Hi all,
I am currently changing a project so that it uses framesets/frames etc and
in my code I use:
Url urlPage= HttpContext.Current.Request.Url;
urlPage.AbsolutePath;
in order to find which page I'm looking at, however now I have changed this
I would like to find out which page is loaded in a different frame. Can
anybody help with this?
Thanks
Gav
I am currently changing a project so that it uses framesets/frames etc and
in my code I use:
Url urlPage= HttpContext.Current.Request.Url;
urlPage.AbsolutePath;
in order to find which page I'm looking at, however now I have changed this
I would like to find out which page is loaded in a different frame. Can
anybody help with this?
Thanks
Gav