|
Would anybody know how to print multiple pages using javascript?
Example...
-------------------------------
I would like to print pages 1-10
url=test.com/test.html?page=1
url=test.com/test.html?page=2
url=test.com/test.html?page=3
url=test.com/test.html?page=4
url=test.com/test.html?page=5
ect..
-------------------------------
Is there a way I can type into a textbox start from page '1' & end at page '10', and then just click a print button. I know it's possible, but just having a little trouble putting the code together. Thanks.
__________________
Justin Allen
WebTeam
Please login or register to view this content. Registration is FREE
|