Hi Friends
As we know modal dialogs do not permit us to access the other controls on page until they are closed.
Its perfectly OK for a single browser window.
But now-a-days we all are using browsers with multi-tab feature.
So, if in a tab (with Curl applet) there is an active modal dialog, then we are not able to access other tabs of the browser, means we are forced to close that modal dialog first.
But what I believe; that modal dialog should be related to that tab only, it should not happen that I can not access other tabs of my browser window as long as the modal dialog is active.
So, how can we relate modal dialogs wrt that tab ONLY which has hosted the dialog with out restricting us to access other tabs.
//Thank you
As we know modal dialogs do not permit us to access the other controls on page until they are closed.
Its perfectly OK for a single browser window.
But now-a-days we all are using browsers with multi-tab feature.
So, if in a tab (with Curl applet) there is an active modal dialog, then we are not able to access other tabs of the browser, means we are forced to close that modal dialog first.
But what I believe; that modal dialog should be related to that tab only, it should not happen that I can not access other tabs of my browser window as long as the modal dialog is active.
So, how can we relate modal dialogs wrt that tab ONLY which has hosted the dialog with out restricting us to access other tabs.
//Thank you