Read iframe content using Webbrowser C# -


i know can access iframes using following properties of webbrowser: string html = webbrowser1.document.window.frames[0].windowframeelement.innertext;

but i'm struggling cross-domain restriction.. document url www.subdomain1.sport.com/... , iframes url www.subdimain2.sport.com/...

how access iframes content , put text input tag there?

i think must refer following url content of iframe exists on cross domain.

http://codecentrix.blogspot.com/2008/02/when-ihtmlwindow2document-throws.html


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -