tengo hecha esta funcion pero en algo fallo; saludos.
- Código: Seleccionar todo
function solo_numero(event){
valor = document.getElementById("cantidad").value;
if( isNaN(valor)) {
return false;
}
}
Publicidad
function solo_numero(event){
valor = document.getElementById("cantidad").value;
if( isNaN(valor)) {
return false;
}
}
Usuarios registrados: Bing [Bot], Google [Bot]