| Author |
Mouse Lock
|
Sharada Prasad CS
Greenhorn
Joined: Jan 12, 2004
Posts: 8
|
|
Hi, I need to create an entity in the database using the create.jsp. But if there is any exception, I display the message using one more popup window (create.jsp will still be open). If the user closes the popup window, create.jsp page will not react to the mouse. I have to switch the windows or I have to right click on the create.jsp to make th mouse work for that page. How can I handle this mouse lock? Regards, Sharada
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50677
|
|
I have never heard of a situation like this, but in any case it's a client-side rather than a JSP issue, so I'm moving this off to the HTML/Javascript forum. [ March 07, 2004: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
If this is the case it is most likely that the window is not in focus when the other page is closed. If you click on the other window once, I am guessing that you are able to use the mouse on that page?? In the pop up you may want to add this code to the body tag onunload="window.opener.focus()" Eric
|
 |
Sahala Swenson
Greenhorn
Joined: Jul 01, 2003
Posts: 7
|
|
|
Can you post some code? That might help.
|
 |
 |
|
|
subject: Mouse Lock
|
|
|