标签: javascript extjs extjs3
我们正在使用extjs 3.4版本。我们也使用普通的html,而不是html5。
答案 0 :(得分:1)
它是Chrome浏览器中的已知问题
您可以使用window.open();
window.open();
window.open("http://www.google.com", "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=200, left=500, width=800, height=600");