C#

Moderators: None (Apply to moderate this forum)
Number of threads: 2720
Number of posts: 5746

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Webbrowser:Making Changes to Document Posted by pindlebot on 27 Jul 2004 at 5:15 AM
I am trying to make changes to the document in a webbrowser, I can get the html from it with

((mshtml.IHTMLDocument3)this.WebBrowser.Document).documentElement.innerHTML

but when I try to write to it with

((mshtml.IHTMLDocument3)this.WebBrowser.Document).documentElement.innerHTML = "<body><p>arg</p></body>";

I get an exception saying: System.Runtime.InteropServices.COMException (0x800A0258): Could not set the innerHTML property. Invalid target element for this operation.

Is this becuase it is readonly or what? I currently write it out to a new page and navigate to the page but that way I loose all the local references. Is there any way to get around this?


Thanks in advance




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.