Question

Response To: Opening Popup Window is not working in firefox and google chrome

Hi,I have similar code in above question.My code works fine in IE.

this.parent.window.showModalDialog('Counter.aspx', '', 
'dialogHeight:170px;dialogWidth:150px;status:no;scroll:no;edge:sunken;toolbar:0;center:on;help:off;unadorned:yes;');

What can i do about this code in order to open this window in Google Chrome browser ?

Thanks for any assistance
Myra

Was it helpful?

Solution

showModalDialog works in chrome(its not truly modal though). the problem could be that it is blocking them. Chrome's minimalistic design doesnt even tell you that some times. try adding an exception for you current website.

you can find it under -

Options->Under The Hood Tab-> Content Settings Button -> Popups Tab -> Exceptions button

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top