windows web browser Saveas not working

  • Thread starter Thread starter Learning.Net
  • Start date Start date
L

Learning.Net

hi all,
I have a window web browser where
modifications are made to the document at run time
through the Document property.Now the problem is when i go for
saveas the modified page is not saved.
Please Help me Out!!
 
Well, help us help you out. Post a complete example which shows us how
you are trying to save the document, if you would.
 
Well, help us help you out. Post a complete example which shows us how
you are trying to save the document, if you would.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




hi all,
I have a window web browser where
modifications are made to the document at run time
through the Document property.Now the problem is when i go for
saveas the modified page is not saved.
Please Help me Out!!- Hide quoted text -

- Show quoted text -

Well i m parsing the page using as given below:
mshtml.IHTMLDocument2 doc =
(mshtml.IHTMLDocument2)axWebBrowser1.Document;
doc.body.innerHTML="Consider some string";

Now the problem is when i go for saving the modified page.
The modified page is not reflected.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top