Skip to content

Instantly share code, notes, and snippets.

@gbaudoin
Last active November 27, 2015 13:31
Show Gist options
  • Save gbaudoin/9cd58564f8e530221fc3 to your computer and use it in GitHub Desktop.
Save gbaudoin/9cd58564f8e530221fc3 to your computer and use it in GitHub Desktop.
Print in JavaScript
/**
* Cross-browser "print" button for another page.
*/
<iframe src="urltoprint" name="frame" style="display:none; height: 0;width:0;tab-index: -1;"></iframe>
<a onclick="frames['frame'].print()">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment