没问题呀
<body>
<input id="t1" type="textbox" onkeyup="document.all.t2.value=this.value">
<input id="t2" type="textbox">
</body>