BACK

JavaScript program to print the contents of the current window


Click the button to print the curent page.




CODE:

function print_current_page() {
window.print();
}