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.
如果 ie9 设置为默认设置,请告诉我是否可以在新浏览器中打开弹出窗口而不是新选项卡。我的代码在 ASP 中。
这已经存在于代码中,但它不起作用。
请帮忙
这是一个示例代码,可能会对您有所帮助
<script type="text/javascript"> window.open('YourPageName.asp','','menubar=1, toolbar=0, scrollbars=1, status=1,resizable=1,width=650, height=500, top=10,left=100'); </script>
将此代码复制并粘贴到您要打开弹出窗口的位置。将“YourPageName”参数替换为您要在弹出窗口中打开的页面的名称