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

Reply via email to