How can I retrieve the source code of the content in an iframe.
-
I am working in asp.net 2.0 I have an iframe on my page, How can I retrieve the source code of the content in this iframe. Source(src) of this iframe is in different domain. Thanks in advance.
I would do a document.getElementBydId("iframeId").innerHTML.
______________________ Dominic Goulet FroggedSoft
-
I am working in asp.net 2.0 I have an iframe on my page, How can I retrieve the source code of the content in this iframe. Source(src) of this iframe is in different domain. Thanks in advance.
Read Controls
InnerHTML
.cheers, Abhijit My Recent Article : Beginner's Guide To View State
-
Read Controls
InnerHTML
.cheers, Abhijit My Recent Article : Beginner's Guide To View State
In JScript it's innerHTML As far as I know, document.getElementById is a jscript method ;)
______________________ Dominic Goulet FroggedSoft
-
I am working in asp.net 2.0 I have an iframe on my page, How can I retrieve the source code of the content in this iframe. Source(src) of this iframe is in different domain. Thanks in advance.
Why do you use IFrame? use MasterPage instead
foreach(Minute m in MyLife) myExperience++;