Hi everyone!
I've got a parent page that spawns a popup page. In the popup page I have this line of code:
<body onBlur="window.focus();">
Basically I want the popup window to try to remain in focus whenever the user tries to navigate away from it without closing the popup. This works wonderfully for what I want to achieve with the focus issue.
Now the problem lies with drop down lists in the popup window. When I click the drop down list, it just closes immediately after "dropping-down" and I can't select a list item. When I remove the above line of code, the lists work. Could someone please suggest a solution?
Thanks in advance!
I've got a parent page that spawns a popup page. In the popup page I have this line of code:
<body onBlur="window.focus();">
Basically I want the popup window to try to remain in focus whenever the user tries to navigate away from it without closing the popup. This works wonderfully for what I want to achieve with the focus issue.
Now the problem lies with drop down lists in the popup window. When I click the drop down list, it just closes immediately after "dropping-down" and I can't select a list item. When I remove the above line of code, the lists work. Could someone please suggest a solution?
Thanks in advance!