Ciao


Per il button che richiama la stampa


<form>
<input type="button" value="Stampa" onclick="window.print()">
</form>


Massimo