Modal Dialog with code blocking wait for return possible?
I wonder if anyone has did this before: I want to have my js function
wait for an response in the dialog- basically you could put this as
wait for dialog close. Besides some kind of idle loop, is there any
better method for me to achieve this functionality?