Author ilan91
Recipients georg.brandl, ilan91
Date 2007-08-24.14:22:17
SpamBayes Score 0.0784863
Marked as misclassified No
Message-id <1187965338.16.0.0503323433782.issue1753371@psf.upfronthosting.co.za>
In-reply-to
Content
Hi there,
I Have only 2 lines in my programs which related to webbrowser.py.

1) import webbrowser
2) webbrowser.open(windowsPath) # Called many times.

In the following browsers [FastBrowser,Firefox,IE7,FrontPage] new tab 
is created after each call. In IE6 new window is created.

Most of the time that behavior (many tabs) is nice feature but in some 
scenarios it looks bad. I simply wish to have new tabs only when I ask 
it.

Thanks
Ilan.
History
Date User Action Args
2007-08-24 14:22:18ilan91setspambayes_score: 0.0784863 -> 0.0784863
recipients: + ilan91, georg.brandl
2007-08-24 14:22:18ilan91setspambayes_score: 0.0784863 -> 0.0784863
messageid: <1187965338.16.0.0503323433782.issue1753371@psf.upfronthosting.co.za>
2007-08-24 14:22:18ilan91linkissue1753371 messages
2007-08-24 14:22:17ilan91create