In my Jsp page I want to Hide the browser's close button.so that the user cant directly close the window by cicking on it. what to do for hiding these buttons.
That has to be done on the browser side with Javascript. You can have Javascript create a new window and control the presence of things like the close button, resizability, etc. Unfortunately my Javascript knownledge is somewhat out of date so I can't give specifics. Bill
You can create a new window in Javascript with the opn method, and then specify it's characteristics. ex: var myWin = window.open(windowsurl,name, width,height, resizable, etc)
Bosun
Bosun (SCJP, SCWCD).
So much trouble in the world -- Bob Marley
"raghavan", The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please choose a new name which meets the requirements. Thanks.