Show one fields value in another input text field.
HTML:
<input type="text" id="name" >
<input type="text" id="name2" >
Javascript:
<script src="http://code.jquery.com/jquery-1.5.js" type="text/javascript">
<script type="text/javascript">
$(function(){
$("#name").change(function(){...