P
pd
guys,
i am trying to put the focus on my popup. When the user clicks on a
button i display a popup and want to keep it in focus ie, the user cant
minimise or do anything unless they close the pop up first.
now i have implemented this using onblur=window.focus() on my popup.
and this works fine, the user cant do anything till they close the pop.
but i also have some form controls within my pop-up, which have now
become useless. i cant type in them or select anything.
so my question is how can i keep my pop up at the top and at the same
time use the pop up to enter text.
thanks.
i am trying to put the focus on my popup. When the user clicks on a
button i display a popup and want to keep it in focus ie, the user cant
minimise or do anything unless they close the pop up first.
now i have implemented this using onblur=window.focus() on my popup.
and this works fine, the user cant do anything till they close the pop.
but i also have some form controls within my pop-up, which have now
become useless. i cant type in them or select anything.
so my question is how can i keep my pop up at the top and at the same
time use the pop up to enter text.
thanks.