I haven't done it myself but I think this can achieved with CSS...

I have a 'print.css' stylesheet which includes the style:

BR.page { page-break-after: always }

And the line in the header to include the stylesheet is:

<link href="/print.css" rel="stylesheet" type="text/css" media="print">

I picked this up along the way but haven't actually used it. I hope it is of some use to you...

Brett
B)

[EMAIL PROTECTED] wrote:
So if they select 10 records for printing, you want to force a page
break after each record?

-----Original Message-----
From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Monday, 14 July 2003 11:06 AM
To: CFAussie Mailing List
Subject: [cfaussie] [OT] Print multiple A4s with JS



I have a page with search results, each record has a checkbox, when for example 10 of these are ticked and a button print is clicked I would like it to go and print all 10 selected records.

Tricky thing is:
Each record fits on a A4, if I would create all 10 records on 1 page I'm
sure that at some stage during printing they will not fit on one A4
anymore, if that makes any sense? But if printed page by page i.e. print
is called 10 times it does all fit.

TIA
Taco

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/



--
Brett Payne-Rhodes
Eaglehawk Computing
t: +61 (0)8 9371-0471
f: +61 (0)8 9371-0470
m: +61 (0)414 371 047
e: [EMAIL PROTECTED]
w: www.ehc.net.au


--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to