简体   繁体   中英

modal window not modal in chrome

I'm opening a modal window with javascript like this:

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

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

看起来谷歌并不关心: http//www.google.com/support/forum/p/Chrome/thread?tid = 184e7414aecbd346& hl = en

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM