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 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() 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 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
Archived
This topic is now archived and is closed to further replies.