wxIEHTML

Will McGugan news at NOwillmcguganSPAM.com
Sat Oct 23 07:35:08 EDT 2004


LutherRevisited wrote:
> I know I asked this question before about wxhtml windows(thanks for the
> answer), now I'm wanting links to open up in my default browser when I click on
> them from a wxIE window.  I realize that all I have to do is right-click on the
> link and just open it in a separate window, but in the interests of
> completeness, if anybody can tell me how this can be done I'd be grateful.

In C++ you override the OnStartURL function. I imagine there is an 
equivelent Python function.

Alternatively, if you have control over the html you can set 
target=_blank for all your links.

Will McGugan



More information about the Python-list mailing list