When I open one of my pages, I want the user to either select a value or close it. I do not want them to beable to place it in the background, and change focus to the parent form. Any suggestions?
Printable View
When I open one of my pages, I want the user to either select a value or close it. I do not want them to beable to place it in the background, and change focus to the parent form. Any suggestions?
Found it:
In my child form,
Code:<body onblur="window.focus()">