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
Post a Comment