Question : using ASP how to print multiple web pages that are not displayed

I am using ASP (not asp.net), and trying to print multiple pages that are not displayed in the browser yet.
e.g. if the visitor gets page 1 of a book and he wants to print page 12 to 20 of that book.
Right now I am loading all pages in one web page on ie browser, then the printer dialog is requesting to confirm the order, but I have to make each page start at a specific position so each page bigins at the top of each paper.  It worked for several years.
As IE8 is isued with an option called (enable shrink to fit).  My old way fails, because part of page 12 apears with page 13 on the same paper, and all following pages are not printed each on a separated paper, and I have to call all my visitors and tell them to uncheck that option.

I can see 2 approaches to do that - but - I do not know how to:-

1- when loading the pages on ie browser,  to put an isolator between pages so the ie calls for new page each time it reaches that isolator!!!!!
2- Not to load all wanted pages in one ie page, and try to load and print page 12 then 13 then 14 .......  without print dialog !!!

Any one can help?

Answer : using ASP how to print multiple web pages that are not displayed

Use inline styles to separate elements for printing:
1:
<p style="page-break-before:always;">
Random Solutions  
 
programming4us programming4us