function printpage() {
window.print();  
}
document.write('<a href="#" onclick="printpage()">Print Page</a>');