You can use (at least in IE 5.5) a feature like
oMyObject.style.pageBreakAfter = 'always';
or the equivalent style in HTML.
See also msdn.microsoft.com for details.
Unfortunately the 'avoid' option (to avoid breaks within e.g. a table) does
not (yet) work.
Regards,
Kees
----- Original Message -----
From: <admin@n...>
To: "javascript" <javascript@p...>
Sent: Friday, August 10, 2001 8:13 AM
Subject: [javascript] Printer breaks?
> Is there a JavaScript or html tag that will let me put printer page breaks
> in my web pages?
>
>
>
>