other than that i think you may be out of luck... the IWebBrowser control loads the HTML into a DOM and probably discards the source
-P
Main Topics
Browse All TopicsThis is a question about the Microsoft Web Browser control. I have version 7 of IE, the project references c:\windows\system32\iefram
File version: 7.0.5730.11
Created 17 Oct 2006 12:33:42
I am developing with VB 6 but this control gets used by a lot of IDEs and languages.
I thought this line would get me the HTML from the document currently loaded into a browser:
WebBrowser1.Document.docum
*but* here is my original HTML:
<html>
<body>
[Body]
<hr>
look at these characters © and ®
<hr>
trademark = ™ = ™ (or ™ ) <br />
registered trademark = ® = ® <br />
service mark = ℠ = ℠ <br />
copyright = © = © <br />
sound recording copyright = ℗ = ℗ <br />
</body>
</html>
and this is what I get back from the control:
print WebBrowser1.Document.docum
<HTML><HEAD></HEAD>
<BODY>[Body]
<HR>
look at these characters © and ®
<HR>
trademark = ™ = ™ (or ™ ) <BR>registered trademark = ® = ® <BR>service mark = ? = ? <BR>copyright = © = © <BR>sound recording copyright = ? = ? <BR></BODY></HTML>
How can I stop it evaluating the special characters?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: makerpPosted on 2006-12-11 at 13:04:50ID: 18117928
I had the same trouble when using this control. try the IPersistFile interface (sorry - this is in c++)
pdisp); IHTMLDocum ent2,(void **)&m_docP tr);
2OLE("On") ); ID_IPersis tFile,(voi d**)&m_fil e);
R)dlg.GetP athName()) ,false);
IWebBrowser2Ptr m_pFrameWB;
IHTMLDocument2Ptr m_docPtr;
IPersistFilePtr m_file;
......
IDispatch *pdisp;
m_pFrameWB->get_Document(&
pdisp->QueryInterface(IID_
pdisp->Release();
m_docPtr->put_designMode(T
m_docPtr->QueryInterface(I
........
m_file->Save(T2OLE((LPCTST