<input> <script> document.body.children[0].onkeyup = function () { this.value = this.value.replace(/,/g, '.'); } </script>