Link to home
Start Free TrialLog in
Avatar of lbk
lbk

asked on

Do you have Web browser control

I'm looking for a web browser control that has something like an HTML Source property. So that I could assign "<HTML><Hello</HTML>" to that property, etc. MS Internet Controls don't have that. Thanks in advance
LK
ASKER CERTIFIED SOLUTION
Avatar of Answers2000
Answers2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lbk
lbk

ASKER

and thanks. Seems reasonable
Closing tag on HTML file got misplaced, should have read

<HTML>
     <HEAD>
     <TITLE>Hello Title</TITLE>
     </HEAD>
     <BODY>
     Hello
     </BODY>
</HTML>