Maintain cursor in parent window when pop-up opens....
-
I want to open a child pop-up window from the parent window but i want cursor remain in the parent window e.g if there is a textbox for name and cursor is placed in this and after sometime a pop-up opens then the cursor should remain in the text area. Any suggestion............
Do good and have good.
-
I want to open a child pop-up window from the parent window but i want cursor remain in the parent window e.g if there is a textbox for name and cursor is placed in this and after sometime a pop-up opens then the cursor should remain in the text area. Any suggestion............
Do good and have good.
If you're using a classic popup window which opens a new instance of the browser you won't be able to do much about it because the window loses focus. If you're using a DHTML popup you shouldn't have to do anything.