| Author |
Disabling the title bar
|
Ashi ch
Greenhorn
Joined: Feb 06, 2012
Posts: 1
|
|
Hi Friends i am new to Big Moose Saloon.....
I have a a scenario in JSP . I just want to disable the minimize,close,and restore down buttons(in the title bar) of the next page when i press the button to the next page.How can i achieve this?
|
 |
Swastik Dey
Ranch Hand
Joined: Jan 08, 2009
Posts: 990
|
|
On button click open your new window somewhat like this
In the above code segment url is the url of the page you wish to open.
|
Swastik
|
 |
Wendy Gibbons
Bartender
Joined: Oct 21, 2008
Posts: 774
|
|
Swastik Dey wrote:On button click open your new window somewhat like this
In the above code segment url is the url of the page you wish to open.
umm, don't think this will work, as it is opening a java winodw (I'm not going crazy am I?)
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50693
|
|
No, that will not open a "Java window", but a new window in the browser. It will not achieve the OP's stated goals, which are not attainable.
And the OP should be aware of InterfaceDesignersRule1.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Disabling the title bar
|
|
|