嗨,我在上面的问题中有类似的代码。我的代码在 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;');
为了在 Google Chrome 浏览器中打开这个窗口,我可以对这段代码做些什么?
感谢您的帮助
迈拉