gpt4 book ai didi

javascript - Microsoft Edge window.open() 不遵守宽度高度,并在后台打开

转载 作者:数据小太阳 更新时间:2023-10-29 04:45:57 25 4
gpt4 key购买 nike

我使用的是 Windows 10 预览版 Build 10130,新版 Edge 浏览器中的 window.open 方法未按规范运行。

如果您使用 https://msdn.microsoft.com/en-us/library/ms536651(v=vs.85).aspx 中的示例代码, 然后点击打开新窗口,会在后台打开一个新窗口,并且会完全忽略宽高。

<!DOCTYPE html>
<html>
<head>
<title>window.open()</title>
<style>
html, body {
width: 100%;
height: 100%;
border: 1px solid black;
}
</style>
</head>
<body onclick="myOpen();">
<p>Click this page and window.open() is called.</p>
<script>
function myOpen() {
window.open("Sample.htm", null, "height=200, width=400, status=yes, toolbar=no, menubar=no, location=no");
}
</script>
</body>
</html>

还有其他人看到这个问题吗? http://jsfiddle.net/TylerH/c91hcoum/2/

最佳答案

这在 windows build 10162 中已经解决

关于javascript - Microsoft Edge window.open() 不遵守宽度高度,并在后台打开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30582414/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com