wxIEHTML

Daniel Bickett dbickett at gmail.com
Sat Oct 23 11:29:03 EDT 2004


On Sat, 23 Oct 2004 12:35:08 +0100, Will McGugan
<news at nowillmcguganspam.com> wrote:
> 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.

At which point it would be best to use urllib to open the url, being
that you want the link to open up in the default browser.

Daniel Bickett



More information about the Python-list mailing list