IE foolscreen/全屏 瀏覽頁面
There are two javascript ways to view web site in full screen mode in IE:1. window.open('http://www.sina.com.cn','','fullscreen')
Note: If view the page remotely, this way will ineffective, and you can use the second one instead.
2. var wsh=new ActiveXObject("wscript.shell");
wsh.run("iexplore -k http://www.google.com");
posted on 2010-03-15 14:22 lqx 閱讀(219) 評論(0) 編輯 收藏 所屬分類: html