Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/09/2002, 12:10
bet
 
Fecha de Ingreso: febrero-2001
Mensajes: 292
Antigüedad: 23 años, 2 meses
Puntos: 0
Re: Consulta sobre impresión

La primera parte se soluciona de la siguiente manera:

Código:
<html>
<head>
<title> New Document </title>
<link rel=alternate media=print href="printversion.doc">
</head>

<body bgcolor="#FFFFFF">
<input type="button" value="imprimir" onClick="window.print();"> 
</body>
</html>
<a href='ir.asp?http://www.dynamicdrive.com/dynamicindex9/printstyle.htm ' target='_blank'>http://www.dynamicdrive.com/dynamicindex...</a>



<hr noshade size=1><img src="http://www.gograph.com/Images-8712/ClipArt/cat03.gif" height="50" border=0 align="absmiddle"> <font size="2" face="verdana" color="#000000">bet[/CODE]