[wxPython-users] activeX wx.lib.iewin.IEHtmlWindow
Robin Dunn
robin at alldunn.com
Mon Feb 4 10:45:37 PST 2008
Mariano Di Felice wrote:
> Hy guys,
> I've this problem:
>
> I have integrated an IEHtmlWindow activeX object into a wxPanel object.
> Well, I set an url to IEHtmlWindow object with LoadUrl() method, and all
> work ok.
> After I have done my operations with html page, I must get result from
> page, but I don't understand how get these informations.
>
> Have you got any ideas?
Depends on what you mean by "get result from page". If you mean to get
the data values of an HTML form then one way to do that is to run a mini
webserver in your app on a private port, and then set the url where the
form is submitted to that address.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list