I'm not sure that I misunderstood something, because it looks more like a javascript question, and there is one rail to it: But here is how you make the link for printing:
<a href="#" onclick="window.print();return false;">print me</a>
. return false , .
window.print onload, :
<body onload="window.print();">