<script>
function stampa()
{
window.print();
}
</script>

<body onLoad="stampa()">