[Plugin: WP-Print] Print Dialog Auto Load
-
So, I really love the WP-Print plugin, it is really great. I have one issue with it though – why doesn’t the print dialog automatically load when the printer friendly page loads?
I needed this, so I wrote up a JavaScript to take care of it for me, but it would be nice if it was integrated into the core with an option added to the settings page to enable or disable the auto print dialog popup.
Well, for now, I wrote this JavaScript to provide the functionality for me.
<script>function printme() {window.print(); return false;} window.onload=printme;</script>
Easiest way to implement it is by placing it in the Disclaimer/Copyright area of the settings page.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP-Print] Print Dialog Auto Load’ is closed to new replies.