|    
			
				26/06/2007, 00:28
			
			
			  | 
  |   |  | Colaborador |  |  Fecha de Ingreso: febrero-2002 Ubicación: Madrid 
						Mensajes: 25.052
					 Antigüedad: 23 años, 8 meses Puntos: 772 |  | 
  |  Re: habilitar boton  
  Hola ingenacho 
Usa algo así:   
Código:
  <form>
<input type="text" onkeyup = "boton.disabled = (this.value=='')" />
<input type="button" value="Botón" name="boton" />
</form>
Saludos,       |