Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/01/2010, 11:40
Avatar de jackson666
jackson666
 
Fecha de Ingreso: noviembre-2009
Ubicación: Buenos Aires, Argentina
Mensajes: 1.971
Antigüedad: 15 años, 2 meses
Puntos: 65
Respuesta: controles ajax en aspx

Con AJAX? no te estaras confundiendo??

Código HTML:
Ver original
  1.    <head>
  2.    <script language="javascript">
  3.       function onlyNumbers(evt){
  4.        
  5.         var keyPressed = (evt.which) ? evt.which : event.keyCode
  6.         return !(keyPressed > 31 && (keyPressed < 48 || keyPressed > 57));
  7.       }
  8.    </script>
  9.    </head>
  10.    <body>
  11.       <input onkeypress="return onlyNumbers(event)" type="text" />
  12.    </body>
  13. </html>
__________________
HV Studio
Diseño y desarrollo web