Ciao Grinder,

potresti fare così
codice:
<input type="text" name="SoloNumeri" onkeyup="this.value=this.value.replace(/[^\d]/g,'');" onchange="this.value=this.value.replace(/[^\d]/g,'');">