Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/12/2006, 12:26
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Re: Desaparecer un boton al ....

Hola Baco_

Pon esto entre <head> y </head>
Código:
<style type="text/css" media="print">
#impre {display:none}
</style>
Y el botón quedaría así:

Código:
<input type="button" id="impre" value="Imprimir" onclick="window.print()" />
Saludos,