Skip to content

Instantly share code, notes, and snippets.

@kerrtravers
Created October 27, 2017 16:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerrtravers/9a004173baea2bc35349e8072f94ec4f to your computer and use it in GitHub Desktop.
Save kerrtravers/9a004173baea2bc35349e8072f94ec4f to your computer and use it in GitHub Desktop.
Print a page using Javascript
function printPage() {
window.print();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment