<html> <head> </head> <body> <input id="_1" /> <input id="_2" /> <script> _1.oninput=function(){_2.value=this.value} </script> </body> </html>