| Author |
Javascript window.open() problem
|
Hardik Trivedi
Ranch Hand
Joined: Jan 30, 2010
Posts: 252
|
|
Hi all genius people,
I am working on jsp,servlet and I need to know that what should I do if
I want to open a pop up window using window.open() and I do not need those three buttons.. minimize,maximize and close.
I have tried this but it does not work
The 'modal' attribute is what I came to know from Google.
Please Help.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26218
|
|
Hardik,
You can't. I think you used to be able to (but not sure.) There is currently no way of getting rid of the browser close button.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Javascript window.open() problem
|
|
|