Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1488 Is it possible to force a page break while printing using JavaScript?

You are here: irt.org | FAQ | JavaScript | Print | Q1488 [ previous next ]

Yes it is possible by using css style sheets:

<p style = "page-break-after:always ">

<h1 style = "page-break-after:avoid; page-break-inside:avoid>

Submitted by rafeeq

Feedback on 'Q1488 Is it possible to force a page break while printing using JavaScript?'

©2018 Martin Webb