Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Hiding Address Bar in Browser Window

843841Aug 12 2003 — edited Aug 12 2003
Hello 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2003
Added on Aug 12 2003
3 comments
347 views