I am using window.open instead of window.showModalDialog , when we use window.showModalDialog we cannot able to access any thing until some response is given from the popup window. I am able to replicate some of the feature by using window.open, like disabling the click of mouse in the parent window. but I am not able to achieve
- Disable all other tabs in chrome. is it possible in chrome?
- not able to close parent window when we click cancel in popup window? - how can I close parent window by clicking cancel in popup window.