Modern browsers have multi-tab interface, but JavaScript function window.showModalDialog()
creates a modal dialog that blocks all of the tabs.
I'd like to know if there is a way to create a modal dialog that blocks only the tab it's been created in?