window.open 在 IE 中不起作用
尝试让它运行,在 Firefox、Safari、Chrome 等中运行,但 IE7 不会打开弹出栏,在控制台中我只是得到“无效参数”
它在图像的 onclick 中
<img style="cursor: hand; cursor: pointer;" onclick='window.open("http://www.test.com", "Image Gallery", "width=850,height=1000,resizable=no,menubar=no");' src="thumb.jpg" width="64" height="64"/>
Try to get this running, runs in Firefox, Safari, Chrome and whatever but IE7 does not open a popup bar, in the console I just get "invalid argument"
It is in the onclick of an image
<img style="cursor: hand; cursor: pointer;" onclick='window.open("http://www.test.com", "Image Gallery", "width=850,height=1000,resizable=no,menubar=no");' src="thumb.jpg" width="64" height="64"/>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目标不允许有空格。
target is not allowed to have spaces.