How to disable HTML controls on a window when a popup opens from that window?

GoTo Guy

New member
initially i have a webpage loaded in a web browser window.

then i click on a link on that page. doing so, a popup appears and gains focus.

for the time when the popup is visible, all the inputs and other controls sould keep disabled. They should not accept any input or event for that time duration.

the inputs, buttons and other controls should get activated only when popup is killed.


HOW CAN WE DO THAT?
[LANGUAGE PREFERENCES: HTML, JAVASCRIPT. Others also welcome.]
 
Back
Top