最常见的是使用window.open的方法,直接打开全屏网页:
script
!--
function fullwin(){
window.open("bigpage.html","bfs","fullscreen,scrollbars")
}
//--
/script
center
form
input type="button" onClick="fullwin()" value="Open Full Screen Window"
/form
/center
另外,如果想让已经打开的网页全屏,有以下两种方法:
1.使用ActiveX