Printing HTML pages in a row.

S

Son KwonNam

I have many html files, and I hope I could print those files in a row.

Is this possbile to print a lot of html files(which are on a web server)
in a row with just one button click javascipt?

It's almost impossible to show as one html page to users, because that's
too big.

Regards,
KwonNam.
 
T

Thomas 'PointedEars' Lahn

Son said:
Is this possbile to print a lot of html files(which are on a web server)
in a row with just one button click javascipt?

You could open each HTML document in a separate window or frame and apply
the window.print() method or (in IE) document.execCommand("Print") on each
window or frame.


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,188
Latest member
Crypto TaxSoftware

Latest Threads

Top