[wxPython-users] activeX wx.lib.iewin.IEHtmlWindow

Mariano Di Felice mariano.difelice at gmail.com
Mon Feb 4 11:01:20 PST 2008


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.

I have not found nothing about wrapper activeX IExplorer which controls 
IExplorer actions.

Thx

Robin Dunn ha scritto:
> 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.
>





More information about the wxpython-users mailing list