Think about the security/embarrassment issues that would exist if this was possible. Thankfully, browsers won't allow you to do that.
The closest you can get is fetching the page via AJAX, replacing the current DOM with the new page, and printing with JS's normal print() method.