When I decrypt html it populates a Textbox with exact html source code that I need to display (everything from <html> to </html>). But I guess problem is in the way a pass this to webbrowser, since it doesn't load .js & .css from external files, but display normaly everything that is IN that...
If I change
TestDoc.body.innerHTML = Text1.Text to
TestDoc.body.outerHTML = Text1.Text
it returns error '600'.
I guess problem is in passing html source from textbox to webbrowser control. What do you think? How do I pass all content from textbox to webbrowser correctly?
thanx.
Hi,
I am developing an application that uses Webbrowser control to load an encrypted html document from CD and decrypt it Befornavigate2, than to display decrypted content. Problem is it do not loads external .js (javasript) nor .css (style sheet) files and page looks cripled. Any help? I was...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.