BACK
JavaScript program to print the contents of the current window
Click the button to print the curent page.
Print this page
CODE:
function print_current_page() {
window.print();
}