Window.showModalDialog在chrome中不起作用。有什么工作吗?

时间:2015-10-29 09:23:47

标签: javascript extjs extjs3

我们正在使用extjs 3.4版本。我们也使用普通的html,而不是html5。

1 个答案:

答案 0 :(得分:1)

它是Chrome浏览器中的已知问题

您可以使用window.open();

window.open("http://www.google.com", "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=200, left=500, width=800, height=600");