how to make window.open pop up Modal?
问题 I am currently using window.showModalDilog to open a modal pop up window which is not allowing the parent window to do any action. But in the google search, I found that it is not the standard method and various browsers has stopped supporting this function. In fact I am facing this problem in Opera. Opera gives me the javascript error and stops execution at that point. Nothing can happen after that error. So, I have only one option left and that is window.open. But I want to disable parent