You might be able to use Win32::OLE to get the browser
COM object, which in turn will give you the DOM.

Take a look at S.A.M.I.E - simple automated module for
Internet Explorer on www.sourceforge.net

- Henry
--- Laurent ROCHER <[EMAIL PROTECTED]> wrote:
> 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
> 
> 
> 
> 
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

Reply via email to