[X]

Print This Page

browser tricks 1997 still works

Opens the print dialog.

In 2026: Works unchanged. Pair it with a print stylesheet so the printout is not your navigation and a tiled background.

Where it came from: Netscape Navigator 4 window.print, 1997. Internet Explorer followed in 5. MDN

<a href="javascript:window.print()">
  <img src="https://xbawx.com/inc/img/demo/printer.gif" border="0" alt=""> Print this page
</a>

<!-- Worth adding: -->
<style media="print">
  .nav, .banner, .guestbook { display: none; }
  body { background: #fff; color: #000; }
</style>
sandboxed demo · breaks nothing but itselfrestart

More in browser tricks

all 25 in browser tricks › · the whole library ›