Automatic print-screen popup

Hey guys,

Sorry if this is in the wrong forum. You know when you click on a print article button for a webpage, and then it redirects you an verison of the article that is printer friendly. Sometimes the print page option popups automatically once redirected to save the user the trouble of going to file and then print.

How is this done?

Thanks,

You use javascript:

window.print();

You might want to look at this recent article from A List Apart as well: