Ver Mensaje Individual
  #11 (permalink)  
Antiguo 08/09/2009, 03:23
Avatar de hoberwilly
hoberwilly
 
Fecha de Ingreso: julio-2008
Ubicación: Lima - Perú
Mensajes: 769
Antigüedad: 15 años, 11 meses
Puntos: 2
Respuesta: Antes de habilitar caja de texto debo llenar formulario

Sorry olvide comentarlo que efectivamente el codigo js esta dentro del head:
<head>
<script type="text/javascript"
window.onload = function(){
     var input = document.getElementById('descuento');
     input.onclick = function(){
          alert('si funciona');
     }
}

Saludos,
</script>
</head>