cksraj Posted June 7, 2010 Share Posted June 7, 2010 Hi I would like to open a printer window on a perticular page load in my PHP web application. How can I do it? Kindly help me. Thanks, Crew Kasy Raj Quote Link to comment https://forums.phpfreaks.com/topic/204076-open-printer-window-in-php-page-load/ Share on other sites More sharing options...
aeroswat Posted June 7, 2010 Share Posted June 7, 2010 Hi I would like to open a printer window on a perticular page load in my PHP web application. How can I do it? Kindly help me. Thanks, Crew Kasy Raj If by open printer window you mean a print dialog then you can't do it with php. You can do it with javascript and the way to do it with javascript is: window.print() Quote Link to comment https://forums.phpfreaks.com/topic/204076-open-printer-window-in-php-page-load/#findComment-1068940 Share on other sites More sharing options...
cksraj Posted June 8, 2010 Author Share Posted June 8, 2010 Ya it works. Thank you Quote Link to comment https://forums.phpfreaks.com/topic/204076-open-printer-window-in-php-page-load/#findComment-1069305 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.