Hi There,
I would like to know if there is away to execute the following in a Java app that will open a new browser window.......in other words, I don't want it to take over the already opened window - just open a new window every time.
Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler
www.google.co.nz");
Any help with this would be greatly receievd.