regexp
codice:
<input type="text" onchange="this.value=this.value.replace(/[^0-9\-]+/g,'')" />
ciao