Browser Buttons and Menue [message #8087] |
Wed, 14 March 2007 19:26  |
Eclipse User |
|
|
|
Originally posted by: webmaster.playershouse.com
Hello,
is it possible, to make the browser buttons and menue invisible as the
workbench starts without opening a new browserwindow through javascript from
the index page? As I have a "File" menue in my workbench the user might get
confused with the file menue of the browser. The forward and back buttons
might also be a problem for the user.
Best regards,
Markus Krüger
|
|
|
|
|
|
|
Re: Browser Buttons and Menue [message #11352 is a reply to message #8087] |
Thu, 22 March 2007 08:00  |
Eclipse User |
|
|
|
Originally posted by: rsternberg.innoopract.com
Hi Markus,
> is it possible, to make the browser buttons and menue invisible as the
> workbench starts without opening a new browserwindow through javascript
> from the index page? As I have a "File" menue in my workbench the user
> might get confused with the file menue of the browser. The forward and
> back buttons might also be a problem for the user.
If you really need to present your application in a browser window
without controls, you can provide a link on another page that opens your
application in a new window using the JS function window.open like this:
<a
href="javascript:void(window.open('http://localhost:8080/rap ','RAPWindow','height=650,width=1000,location=no,menubar=no, resizable=yes,status=yes,scrollbars=yes')) ">Open
Window</a>
Regards,
Ralf
|
|
|
Powered by
FUDForum. Page generated in 0.03004 seconds