Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在一个网站上工作,如果我点击一个普通的选择框,它会被 IE8 阻止为弹出窗口。什么?!我在做什么吗?有没有办法解决?
我正在使用一些 jQuery 插件,但没有影响这些选择框。jQuery 表单插件会这样做吗?
这是通过运行一些同时安装多个版本的 IE 的软件版本引入的已知错误。
升级。
更好的是,切换到使用虚拟机在旧版本的 IE 中进行测试。这将为您提供更安全的环境,更好地反映现实。
我猜想您的 onclick(或任何触发的事件)正在尝试创建一个新窗口或类似的东西。