I have a VB form that generates HTML code. I want to add an option to have a preview of that code. I am wondering if tehre are any HTML interpreters on the web that allow me to do that.
Printable View
I have a VB form that generates HTML code. I want to add an option to have a preview of that code. I am wondering if tehre are any HTML interpreters on the web that allow me to do that.
You can use the "Internet" control. Try it by adding a "Browser" form template.
Good idea. I have to put the code into a html file first though. I was hoping to do it from memory.
The DHTML edit control will do this, just set the browsemode to true then you can change the documenthtml.