[wxPython-users] activeX wx.lib.iewin.IEHtmlWindow
Robin Dunn
robin at alldunn.com
Tue Feb 5 14:54:01 PST 2008
Mariano Di Felice wrote:
> In effects, I have just think about your solution, but I fear of firewalls.
> About "get result from page" I mean that I have in this page various
> code merged in html, javascript and DOM, and finally I must get a
> result indicated me by javascript function.
> This is the reason I've not used wx.HtmlWindow: this object doesn't
> support javascript.
It probably can't be done with the IE module based on wx.activex, but it
might be possible to do it via wx.lib.activexwrapper. Since it uses
PyWin32 and has a real COM implementation then you have more control
over the embedded objects. So if the IE ActiveX control allows you to
get the javascript/DOM info you need via its COM interface then you can
probably get to it that way.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list