A modal dialog, by definition, will not allow the user to interact with
the parent window until the dialog has been closed. If you want to
offer the ability to interact with both parent and dialog at the same
time, you'll need to use window.open rather than
window.showModalDialog.