|
-
Jun 22nd, 2006, 11:26 AM
#1
Thread Starter
Hyperactive Member
Displaying HTML in webbrowser control
If I added some HTML to say, Text1.Text and then create a command button that would add the html from Text1 TO Webbrowser and display it, how would I do that?
I've tried everything:
WebBrowser1 = Text1.Text
WebBrowser1.Document.Body.innerHTML = Text1.Text
Any idea?
Thanks a lot!
Paul
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|