Darkmatter5 Posted June 18, 2008 Share Posted June 18, 2008 I've got a report that pages the results and current has about 111 pages in the report. I have a print page button on each page of the report to print out a specific page using the following code: <input type='Button' name='printit' value='print' onclick='javascript:window.print();'> Can someone help me with making a print all button to have the button initiate printing of all the pages in the report, not just the current one? Thanks! Link to comment https://forums.phpfreaks.com/topic/110796-print-all-pages-help-with-mysql-report-using-paging/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.