Hiding Address Bar in Browser Window
843841Aug 12 2003 — edited Aug 12 2003Hello all,
I have a java application which launches a new browser window with a specified url. However, this URL may contain sensitive information and I was wondering if there is anyway to hide the address bar from the user?
I am launching the window using the following command:
Runtime.getRuntime().exec("cmd.exe /c start javascript:location.href='http://www.google.ca'");
Any tips as to how I can hide or disguise the address from the user would be greatly appreciated.
Thanks in advance
Ryan