window.addEventListener("load",function() {
setTimeout(function(){
window.scrollTo(0, 1);
}, 0);
});
这种是在你浏览器内容高于浏览器的时候才会有用
if(document.documentElement.scrollHeight <= document.documentElement.clientHeight) {
bodyTag = document.getElementsByTagName('body')[0];
bodyTag.style.height = document.documentElement.clientWidth / screen.width * screen.height + 'px';
}
这个是内容没有浏览器高的情况下
综合一下:
试试看吧
自己做一个不带菜单栏和地址栏的浏览器给用户用
用户自己设置自己的浏览器,隐藏 菜单栏和地址栏
自己写个 程序,去设置用户的浏览器
请按照一下编辑程序代码。
1234567891011121314151617181920212223242526272829303132
onClick="window.open(document.location, 'www_helpor_net', 'fullscreen')">
这个网页特代码实现了IE浏览器的完全全屏
关闭方法: 按键盘 alt+f4 不过对于火狐浏览器不能完全全仍然显示地址栏和关闭按钮。 O(∩_∩)O哈哈~
ipad 上使用的浏览器是什么浏览器?