<div class="htmlarea"> <textarea id="runcode27193"> <title>이중 입력 텍스트</title> <form name="form1"> <input type="text" name="txt1"> <input type="text" name="txt2"> </form> </textarea> <br><input onclick="runEx('runcode27193')" type="button" value="运行代码"><input onclick="doCopy('runcode27193')" type="button" value="复制代码"> <input onclick="doSave(runcode27193)" type="button" value="保存代码"> <a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank">[Ctrl A 모두 선택 참고: </a>외부 J를 도입해야 하는 경우 실행하려면 새로 고쳐야 합니다 </div>]<script language="javascript"> <!-- function doubleType(){ form1.txt2.value = form1.txt1.value; setTimeout("doubleType()",500); } //--> </script>