Hi, Theoricly, i think you can have access to html object hierarchy via WebBrowser.Document property. But actualy, AxWindow not work with IDispatch property :( I probably add it in a future release.
Actual solution is to create/manage you HTML document via perl and save it to a tempory file. Then (re)load it, in a webbrowser. Eventualy, you can use a DHTML Edit control for directly load HTML wihtout file. Laurent. ----- Original Message ----- From: "Luigino Masarati" Subject: [perl-win32-gui-users] AxWindow, WebBrowser and objects Hi, I'm planning to use AxWindow to host a WebBrowser Activex control for displaying dynamic text into a Win32::GUI application and I have a problem: How can I access and update the "Document.body.innerHTML" property in the WebBrowser object I have created? I found how to access properties, methods and events in the AxWindow hosted control but nothing about browsing the object hierarchy itself. Am I missing anything? Thanks. Luigino Masarati OutSys snc