Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi..!

' window.ShowModalDialog ' not working in Chrome. But ,working perfectly in IE and Mozilla firefox.

Please Help ...!

Thanks in advance
Posted
Updated 30-Sep-14 4:36am
v2

Hi Kavita3,

Its a known issue in chrome browser

you can use window.open();

hope that will do for you
 
Share this answer
 
v2
Comments
+5. See my answer as well. :)
Baroor 1-Oct-14 6:38am    
If we use window.open(), it only opens window, but doesnt return any value.
VC.J 1-Oct-14 7:36am    
another solution is use jquery dialog
Yes Vipin is correct.

Adding to his answer, I am referring the answer - Why is window.showModalDialog deprecated? What to use instead?[^]
 
Share this answer
 
Comments
amit_ghosh18 19-Jan-16 6:13am    
Hi Tadit, I think window.open() and showModelDialog() is not same. Is there any why so that we can achive same functionality of showModelDialog().
You can use jQuery Dialogs.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900