print continuously in javascript
-
Hi, I have to print only the cheque numbers on the cheque pad which is a continuous roll of paper.I am printing it using javascript.Only first four cheques includes in the first page. when second page comes,certain height gap comes.After every page,there is some gap in the page break.How can i overcome this problem? regards Bill
-
Hi, I have to print only the cheque numbers on the cheque pad which is a continuous roll of paper.I am printing it using javascript.Only first four cheques includes in the first page. when second page comes,certain height gap comes.After every page,there is some gap in the page break.How can i overcome this problem? regards Bill
You can't. All js can do, is print the current page. You'd have to load all your cheques onto one page and print that page.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.