: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
F
ferdeen
@ferdeen
Posts
-
IFrame Frustration !!! -
object doing remoting:)Check out this link, it gives several example of remoting. http://samples.gotdotnet.com/quickstart/howto/doc/remoting/mainfeatures.aspx
-
Getting a web browsers urlHello, Is there a namespace/component/api that can allow me to retrieve the url of all Web Browsers are currently loaded on a machine ? I have looked a Sysem.Web Sysstem.Net but can't find anything... pls help Thanks,:(( Ferdeen