Javascript, HTML CSS. , , CSS HTML, , IE ( ), CSS display , . MSDN, IE 8+ CSS :after content:, IE 7 .
:
<style type="test/css" media="screen">
.printonly { display: inline; }
</style>
<style type="text/css" media="print">
#maintitle:after { content:" \2014 Site Title";}
.printonly { display:inline }
</style>
<h1 id="maintitle">Page Title
</h1>