Situation:
We have a form with few form elements like textboxs,submit button etc,
after entering certain value on the textbox we need to pop up
a window with 3 or 4 dropdown boxes to select values
and after submitting this pop up box we will come to main form.
Requirement:
We need to pop up window which should not be closed untill he selects the value and submits
and at the same time we should not allow the user to minimise and work on main form.
some thing more than Modal dialogue box. Because if we simulate modal box, user can close the pop up
and work on main form without selecting any values from the drop down.