Home > Web Front-end > JS Tutorial > js window.print implements printing specific controls or content_javascript skills

js window.print implements printing specific controls or content_javascript skills

WBOY
Release: 2016-05-16 17:22:25
Original
1395 people have browsed it

window.print can print web pages, but sometimes we only want to print specific controls or content. What should we do?

window.print prints the specified div
First we can put the content to be printed in the div, and then use the following code to print.

Copy code The code is as follows:






//HTML Page
//Other content you wouldn't 't like to print




The Div content which you want to print



//Other content you wouldn't like to print
//Other content you wouldn't like to print


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