Código fuente de 'Funcionalidad print.asp'
<html>
<head>
<title>Funcionalidad Print - Códigos asp, programacion asp, descargas asp, rutinas asp</title>
</head>
<body style="font-family: Arial; font-size: 9pt">
<center><b><font face="Arial" size="3">Funcionalidad Print</font></b></center><br>
<br>
Con este botón y el evento Onclick="print()" se puede imprimir esta página web.<br>
<FORM>
<p align="center">
<INPUT type="button" value="Imprime esta página" Onclick="print()" ;>
</p>
</FORM>
</body>
</html>