Esempio base:

<form>
<input type="text" onkeyup="this.form.lungo.value = this.value.length">
<input type=text name="lungo" readonly>
</form>


ciao