Click to See Complete Forum and Search --> : Printing Multiple HTML pages at once


SonicBoomAu
06-24-2008, 06:34 PM
Hi All,

I'm not sure if this should be under HMTL or Javascript, so I will place it under general and I am sure one of the moderators will move for me =P.

Basically is it possible to print 2 web pages with 1 printing command?

Reasoning: I have a 2 page web form which I would like to print to PDF (i will work on the PDF part later :D). I would like the user to hit a print button and the two web pages print.

If this is at all possible, could someone provide me with a step in the right directions. Links or code example always welcome.

Thank you in advance for your time and help.

SBA

Declan1991
06-25-2008, 09:29 AM
Not with only HTML or JavaScript. Anything server-side can do it for you.

SonicBoomAu
06-25-2008, 05:40 PM
Hi,

What do you mean by server-side. Sorry for the newbie question but have only started getting into web development.

The 2 web pages will be running on a stand alone workstation, not running on a server if that make a difference.

SBA