IFRAME and webcontrols usage
-
Hi all, I have been working with a webcontrol that will render a IFRAME, so I can copy/paste html code into it. So far I can do exactly that but I can't read the contents from the IFRAME. Can anybody help?! Here is my render code: protected override void Render(HtmlTextWriter output) { output.Write( "" ); output.Write( "function document.onreadystatechange()" ); output.Write( "{" ); output.Write( "idContent.document.designMode='On'" ); output.Write( "}" ); output.Write( "" ); output.Write( "" ); } how do I read the contents of the IFRAME?! Peter Marino PS: I have used almost a whole month on this problem!! all my hair is gray now!:eek: Peter Marino IO Interactive
-
Hi all, I have been working with a webcontrol that will render a IFRAME, so I can copy/paste html code into it. So far I can do exactly that but I can't read the contents from the IFRAME. Can anybody help?! Here is my render code: protected override void Render(HtmlTextWriter output) { output.Write( "" ); output.Write( "function document.onreadystatechange()" ); output.Write( "{" ); output.Write( "idContent.document.designMode='On'" ); output.Write( "}" ); output.Write( "" ); output.Write( "" ); } how do I read the contents of the IFRAME?! Peter Marino PS: I have used almost a whole month on this problem!! all my hair is gray now!:eek: Peter Marino IO Interactive
come on somebody help me! Peter Marino IO Interactive