Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Printer breaks?


Message #1 by admin@n... on Fri, 10 Aug 2001 08:13:11
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?
>
>
>
>



  Return to Index