javascript jquery: window.open如何全屏(类似F11)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript jquery: window.open如何全屏(类似F11)相关的知识,希望对你有一定的参考价值。
如题,做了一个函数,打开窗口后还是有标题栏titlebar和地址栏location,还有影院模式channelmode好像没有起作用。如何才能做到真正的全屏,就像按下F11.(只要IE11可以就行)
function openFullScreen (url)
var name = arguments[1] ? arguments[1] : "_blank";
var feature = "fullscreen=yes,channelmode=yes, titlebar=no, toolbar=no, scrollbars=no," +
"resizable=yes, status=no, copyhistory=no, location=no, menubar=no,width="+(screen.availWidth) +
"height="+(screen.availHeight);
var newWin = window.open(url, name, feature);
------------
IE6以后因为用户体验,禁止全屏显示了。
只能通过浏览器的安全设置才能有效。
试了,没有变化。
有的说是为了安全原因,IE6以后就禁止类似F11的全屏了。
有设置啊。关键是高度的问题,无法隐藏标题栏titlebar和地址栏location
以上是关于javascript jquery: window.open如何全屏(类似F11)的主要内容,如果未能解决你的问题,请参考以下文章
JavaScript jQuery $(window).load
Javascript / jQuery Windows 8 屏幕键盘
JavaScript JS外部Windows和穷人的电子邮件混淆(jQuery)
如何在 jquery 或 javascript 中使用 window.location.replace