Home  >  Article  >  Web Front-end  >  Web page full screen display code description analysis_Basic knowledge

Web page full screen display code description analysis_Basic knowledge

WBOY
WBOYOriginal
2016-05-16 18:48:501106browse

The most common method is to use the window.open method to directly open a full-screen web page:


[Ctrl A Select all Note: If you need to introduce external Js, you need to refresh it to execute
]

In addition, if you want to already There are two methods to open the web page in full screen:
1. Use ActiveX

[Ctrl A Select all Note:
If you need to introduce external Js, you need to refresh to execute
]
2. Use window.open Simulate the current page:
[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 ]
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn