The most common method is to use the window.open method to directly open a full-screen web page:
]
In addition, if you want to already There are two methods to open the web page in full screen:
1. Use ActiveX
If you need to introduce external Js, you need to refresh to execute
]
[Ctrl A select all Note: <script>
<!--
function fullwin(){
window.open("bigpage.html","bfs","fullscreen,scrollbars")
}
//-->
</script>If you need to introduce external Js, you need to refresh to execute ]