', "Ra...">

Modal window not modal in chrome

I open a modal window with javascript as follows:

window.showModalDialog('<%=Url.Action("Index","Bank") %>', "Ratting", 'width=550,height=170,left=150,top=200,toolbar=1,status=1,') 

and it works correctly in all browsers except for chrome (this is not modal)
I want to know if this is a bug or function? or maybe I'm doing something wrong

+4
source share

Source: https://habr.com/ru/post/1313606/


All Articles