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 Quote Link to comment 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> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.