IFrame Frustration !!!
-
:mad::mad::mad: I have been trying (for the last few days) to work out how I can get the URL content from a IFrame control that is part of my aspx web page. The logic on the page is as follows :-
IFrame.Attributes["src"] = "http://www.google.com"
Once this URL is loaded successfully, I navigate (within the IFrame container) to other sites, in this instance I went to "http://www.fifa.com". When I try to get the current URL (fifa) the["src"]
attribute still shows google. I notice that when I try to retrieve the new URL, the page is reloaded from the button event. (I have used(Page.IsPostBack == false)...
with no success. I was wondering if I could user Server, HTTP .net classes to find out if fifa.com has been stored, watching these in visual studio takes for ever to interrogate. Can anyone help me here ? :-O Regards, ferdeen