views:

15

answers:

1

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

+1  A: 

looks like google doesn't care: http://www.google.com/support/forum/p/Chrome/thread?tid=184e7414aecbd346&amp;hl=en

just somebody