HTML程式碼:
<script> <BR> //同步函數<BR> function synchronize(){ <BR> document.getElementById('i1').ElementueS. //alert( "同步成功"); <BR> } <BR> //執行同步上<BR> setInterval(synchronize,500);//同步的時間間隔,每0.505> 5005> /head> <BR> <body> <BR> 在第二個輸入框中輸入字符,並自動同步到第一個輸入框。 <br/><br/> <BR> 第一個輸入框:<input type="text" size="45" id="i1" name="first"><br/><br/> <BR> 第二個輸入框:<input type="text" size="45" id="i2" name="second"> <BR> <BR></script>