zgkhoo Posted December 19, 2007 Share Posted December 19, 2007 how to auto pop out print wizard using js? or when user click some php button then direct printing.. thanks Link to comment https://forums.phpfreaks.com/topic/82307-solved-how-to-auto-pop-out-print-wizard/ Share on other sites More sharing options...
phpQuestioner Posted December 19, 2007 Share Posted December 19, 2007 You want to know how to give a button or link a print action with JavaScript? <input type="button" onclick="javascript:window.print()" value="Print"> or <a href="javascript:window.print()">Print</a> Link to comment https://forums.phpfreaks.com/topic/82307-solved-how-to-auto-pop-out-print-wizard/#findComment-418856 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.