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

Web page full screen display code description analysis_Basic knowledge

WBOY
Release: 2016-05-16 18:48:50
Original
1176 people have browsed it

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 ]
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template