Forum Moderators: open
Can you do this with ASP? I'm running ASP 3.0 by the way... Or is this more of a javascript task?
As far as printing multiple pages I really don't know how to do that with one click unless you get a pdf component on the server. These are in the 1000s of dollars so it is not a low tech solution.
What you want to do is set up a printer friendly version that is linked from the page and put window.print() in the onLoad tag.
What about doing this in a new window, then closing the window after the print so the user ends up back where they started? Or staying in the same window and using a window.back() or window.location= to navigate back to the original page. Just thinking it might make for a smoother user experience. Maybe not.
Ross