如何在 Opera 和 Chrome 中移动浏览器窗口并调整其大小?

发布于 2024-09-26 09:16:18 字数 259 浏览 5 评论 0原文

我正在寻找一种调整浏览器窗口大小和移动浏览器窗口的方法,我发现了这些:
self.resizeTo(w, h)self.moveTo(x, y) - 这似乎工作完美,但仅在 Firefox 和 IE 中(使用 IE8 进行测试,我不知道以前的版本是如何工作的)。 如何在 Opera 和 Chrome 中强制执行相同的行为(调整大小和移动)?在这些浏览器中,上述解决方案根本不起作用。只是没有发生任何事情,错误控制台中也没有出现任何内容。

I was looking for a way to resize and move the browser's window and I've found these:
self.resizeTo(w, h) and self.moveTo(x, y) - this seems to work perfectly, but only in Firefox and IE (tested with IE8, I don't know how it works in the previous versions).
How can I force the same behavior (resizing and moving) in Opera and Chrome? In these browsers the above solution does not work at all. Just nothing happens and nothing appears in the error console.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷默言语 2024-10-03 09:16:18

在 Opera 和 Chrome 中,您可以使用 window.resizeTo (w,h); 但它不会影响最大化的选项卡(因此您只能移动弹出窗口并调整其大小)。

In Opera and Chrome you can use window.resizeTo(w,h); but it won't affect maximized tabs (so you can only move and resize popups).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文