My project was totally involved in asp.net, We are working on browser compatibility issues,
window.showModalDialog
is not working in chrome please help me with any replacement, other thanwindow.open
My project was totally involved in asp.net, We are working on browser compatibility issues,
window.showModalDialog
is not working in chrome please help me with any replacement, other thanwindow.open
Hi if your concern is that u can edit the parent window even after opening the popup(Which was not the case with showModalDialog), then u can use code something like this using window.open()
You could use polyfills to resolve this issue. Click here for more details
Another link that could help