Skip to content

Instantly share code, notes, and snippets.

@Webklex
Created September 5, 2013 06:49
Show Gist options
  • Save Webklex/6446786 to your computer and use it in GitHub Desktop.
Save Webklex/6446786 to your computer and use it in GitHub Desktop.
Seitendruck erzwingen - geeignet für Online-Druck Aktionen. Basiert auf: JavaScript
<script type="text/javascript">
try {
this.print();
}
catch(e) {
window.onload = window.print;
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment