rei Posted August 30, 2006 Share Posted August 30, 2006 i just have no idea on how to make the application with button "Print" so that users can print out the page by clicking the button.any idea or hints for me please?thanks Link to comment https://forums.phpfreaks.com/topic/19144-printout-button-with-php/ Share on other sites More sharing options...
AndyB Posted August 30, 2006 Share Posted August 30, 2006 Printing is a client-side activity, so we'll do it with js:[code]<a href='javascript:window.print()'>Print page</a>[/code] Link to comment https://forums.phpfreaks.com/topic/19144-printout-button-with-php/#findComment-82806 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.