- Print full screen window
- Print Div content by id
- Print multiple div content by id separated with comma (",")
Print function accepts blank value or element id inside double quotes.
If blank value is passed then print method will print whole window screen else only the part or div content whose ids are provided comma (",") separated.
JavaScript Function To Print Web page
Above answer for all below questions:
- How to print HTML content on click,
- Print Div Content Using JavaScript,
- Print div by id,
- Print multiple div by id
No comments