Re: AppletContext.showdocument() vs. popup-blockers
From: Real Gagnon (realgagnon__at__yahooSpamIsBadSstripunderscore.com)
Date: 01/14/05
- Next message: John C. Bollinger: "Re: Applets: getParameter() stripping carriage-returns and line-feeds????"
- Previous message: jerry: "Help using Chainsaw for Log4j"
- In reply to: Mickey Segal: "Re: AppletContext.showdocument() vs. popup-blockers"
- Next in thread: Andrew Thompson: "Re: AppletContext.showdocument() vs. popup-blockers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 14 Jan 2005 20:47:07 GMT
"Mickey Segal" <not_monitored@example.com> wrote in
news:YsqdnefKQbGEjnXcRVn-pw@rcn.net:
> An alternate strategy of using:
>
> Runtime.getRuntime().exec("\"C:\\Program Files\\Internet
> Explorer\\IEXPLORE.EXE\" " + url);
>
> seems to work for Web pages, even on Windows 98, opening a new page
> without destroying the applet.
>
Another way is :
cmd /c start <url> (NT or better)
start <url> (Win9x)
Works with http or mailto protocol.
Bye.
-- Real Gagnon from Quebec, Canada * Looking for Java or PB snippets ? Visit Real's How-to * http://www.rgagnon.com/howto.html
- Next message: John C. Bollinger: "Re: Applets: getParameter() stripping carriage-returns and line-feeds????"
- Previous message: jerry: "Help using Chainsaw for Log4j"
- In reply to: Mickey Segal: "Re: AppletContext.showdocument() vs. popup-blockers"
- Next in thread: Andrew Thompson: "Re: AppletContext.showdocument() vs. popup-blockers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|