develooper Front page | perl.wxperl.users | Postings from July 2008

Wx::LaunchDefaultBrowser

Thread Next
From:
Octavian Rasnita
Date:
July 26, 2008 06:49
Subject:
Wx::LaunchDefaultBrowser
Message ID:
2CCFC71B77DB416C82CFD668D225DBA4@teddy
Hi,

I want to use Wx::LaunchDefaultBrowser to open a browser window with a 
remote URL, using the same window for all the pages.

If I use

Wx::LaunchDefaultBrowser($url);



it opens the page fine, but if I open another page, it opens a new window 
instead of opening the second page in the same browser window.



I know that if the user turns on the option "Reuse windows for launching 
shortcuts" in the Internet options, all the pages are opened in the same 
window, but is there a way of forcing the program to open all the pages in 
the same browser window if that option is turned off?



When using Wx::LaunchDefaultBrowser, is it possible to specify the target 
name of the window/frame where the page will be opened?

If it is possible, I think I could specify a certain name, and all the pages 
should open in the window that has that name.



Thank you.



Octavian


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About