usa questa
la richiami cosicodice:function soloNumeri(id){ var valore=document.getElementById(id).value valore=valore.replace (/[^\d\/]/g,'') document.getElementById(id).value=valore }
codice:<input type="text" id="numero" name="numero" value="" size="10" maxlength="10" onblur="soloNumeri('numero')" onkeyup="soloNumeri('numero')" />![]()