In the following link
<a href=\"#\" onclick=javascript:print(\"\") style=\"color:blue;\">Print</a>"
<script>
function print()
{
//How to print the contents of another page
}
|
In the following link
|
|||
|
|
|
|
|||
|
|
|
I know it´s an old question, but you can do it like this:
Tested in Firefox and Chrome. IE9 doesn´t work. |
|||
|
|
|
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. |
|||||
|