PHP前端开发

window.open()方法失效:如何解决浏览器弹出窗口问题?

百变鹏仔 2天前 #PHP
文章标签 如何解决

window.open 问题探讨

问题描述:

如下图所示,调用 window.open() 方法时出现了问题。

[图片:显示错误消息]

代码片段:

window.open("http://www.w3school.com.cn", "www", "toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=300, height=400");

问题原因:

问题可能是由于以下原因导致的:

可能的解决方法: