JavaScript如何实现IE全屏?

发布于 2022-08-31 09:16:46 字数 28 浏览 11 评论 0

JavaScript如何实现IE全屏?

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

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

发布评论

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

评论(4

森罗 2022-09-07 09:16:46

查一下window open,不知道行不行

撩动你心 2022-09-07 09:16:46

window.open(document.location, 'big', 'fullscreen=yes')

葵雨 2022-09-07 09:16:46

window.open打开当前窗口大小的窗口 可以设置的

风尘浪孓 2022-09-07 09:16:46

window.open(url, name, "fullscreen=yes")

但是 fullscreen 这个Window functionality feature不要用:

Do not use. Not implemented in Mozilla. There are no plans to
implement this feature in Mozilla. This feature no longer works in
MSIE 6 SP2 the way it worked in MSIE 5.x. The Windows taskbar, as well
as the titlebar and the status bar of the window are not visible, nor
accessible when fullscreen is enabled in MSIE 5.x. fullscreen always
upsets users with large monitor screen or with dual monitor screen.
Forcing fullscreen onto other users is also extremely unpopular and is
considered an outright rude attempt to impose web author's viewing
preferences onto users. Note on fullscreen Supported in: Internet
Explorer 5+ fullscreen does not really work in MSIE 6 SP2.

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