|    
			
				16/07/2002, 21:08
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: junio-2002 
						Mensajes: 259
					 Antigüedad: 23 años, 4 meses Puntos: 0 |  | 
  |  Re: Impresion al cliquear?  
  o alomejor es esto
 <html>
 <body>
 <!-- Copiar dentro del tag BODY -->
 <SCRIPT LANGUAGE="JavaScript">
 <!--
 
 function imprimir() {
 if (window.print)
 window.print()
 else
 alert("Disculpe, su navegador no soporta esta opción.");
 }
 
 // -->
 </SCRIPT>
 
 <A HREF="javascript:imprimir()">Imprimir Página Web</A>
 
 </body>
 </html>
 
 <p style="word-spacing: 0; margin-top: 0; margin-bottom: 0" align="center"><a href="http://www.digitaldeath.cl" target="_blank"><img src="http://www.iespana.es/dnside_es/digital.gif" width="480" height="100"></a></p>
 
     |