How to display a web page using mshtml

edd_m member22845 at dbforums.com
Thu Jan 16 18:10:21 EST 2003


Use an iframe. Set the iframe's src to your python or whatever script.
Get the script to output HTML. THe iframe will then contain the scripts
output HTML. Set the contenteditable property of the iframe to true,
you'll now be able to edit the HTML inside.

Cheers :)

--
http://www.editworkspro.com


Posted via http://dbforums.com




More information about the Python-list mailing list