Microsoft
Software
Hardware
Network
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
IAS Server not responding
Windows XP Taskbar won't auto-hide
Windows Server 2008 - hangs on collecting data, i can't install/uninstall any applications, etc
SCCM Scan agent fails with Scan Failed for ToolUniqueID with error 0x80070005
Linq and new features design in VS 2008
Server Loses Internet Access After Reboot
How Can I Turn Off the Record Selector Bar on an Inserted SubForm?
External Hard drives
Delphi 6 not recompiling .pas files
datagrid question