From: Frazier, J. J. <Joe...@Pe...> - 2001-06-01 11:13:51
|
Not sure how this would work otherwise, but I did this on may machine and it worked. =20 `start iexplore.exe http://www.activestate.com` use backticks to call the "start" command in the command shell, then pass an explicite exe name followed by the arguments. I tried it without the iexplore.exe and it only opened the window. I believe this is something that is wrong my machine since the same thing happens when I click on a link within Outlook. Therefore, If you just put=20 `start http://www.myurl.com`;=20 I might actually work the way you want it.=20 Note: AP build 523 Win NT SP6a > -----Original Message----- > From: Erick Bourgeois [mailto:er...@je...] > Sent: Friday, June 01, 2001 01:05 > To: per...@li... > Subject: Re: [perl-win32-gui-users] Opening a *New* Browser Window? >=20 >=20 > | So, I first open a new browser and then click the link - voila. >=20 > Side topic: hold shift and press the left mouse button on any=20 > link and it will > open a new browser with that address. >=20 > regards, >=20 > erick >=20 > ----- Original Message ----- > From: Piske, Harald <Har...@bo...> > To: <per...@li...> > Sent: Thursday, May 31, 2001 3:10 PM > Subject: RE: [perl-win32-gui-users] Opening a *New* Browser Window? >=20 >=20 > | Well, then you just take the best of both ... first, you=20 > open a new browser > | window and then you do what you did before. I pretty sure that the > | ShellExecute will target this new browser. At least, when I=20 > click a link in > | a mail in this rotten !#^%$Outlook, it does the very same=20 > &^%!# thing of > | navigating away from the most important web site I happen=20 > to have been > | looking at. So, I first open a new browser and then click=20 > the link - voila. > | > | -----Original Message----- > | From: Morbus Iff [mailto:mo...@di...] > | Sent: Donnerstag, 31. Mai 2001 14:56 > | To: per...@li...; > | 'per...@li...' > | Subject: RE: [perl-win32-gui-users] Opening a *New* Browser Window? > | > | > | >use Win32::TieRegistry; > | >$http =3D=20 > $Registry->{"Classes\\http\\shell\\open\\command"}->{'\\'}; > | >`$http $url`; > | > | Ok. Well, it certainly opened up new windows on Mozilla,=20 > unfortunately, it > | didn't pass the URL to Mozilla correctly - I got search results from > | NetScape for the term "". Sigh. > | > | > | Morbus Iff > | .sig on other machine. > | http://www.disobey.com/ > | http://www.gamegrene.com/ > | > | > | _______________________________________________ > | Perl-Win32-GUI-Users mailing list > | Per...@li... > | http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > | > | _______________________________________________ > | Perl-Win32-GUI-Users mailing list > | Per...@li... > | http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > | >=20 >=20 > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >=20 |