<div class="codetitle"> <span><a style="CURSOR: pointer" data="4815" class="copybut" id="copybut4815" onclick="doCopy('code4815')"><u>コードをコピー</u></a></span> コードは次のとおりです。</div> <div class="codebody" id="code4815"> <br><!doctype html> ; <br><head> <br><meta charset="utf-8"> <br><script> になったらテキストボックスの内容をクリアします<br>window .onload = initAll; <br><br>function initAll(){ <br>var clearText = document.getElementsByTagName("input"); <br>for (var i=0; i<clearText.length ; i ){ <BR>clearText[i].onfocus = function ( ){ <BR>this.value = ""; <BR>} <BR></script> ></ head> <br><br><body> <br>テキスト ボックス 1: <input type="text" name="text" id="clearText1" value="テキスト ボックスの内容をクリアしますone"/> <br/> <br>テキスト ボックス 2: <input type="text" name="text" id="clearText2" value="テキスト ボックス 2 の内容をクリアします"/> <br/> <br>テキスト ボックス 3:<input type="text" name="text" id="clearText3" value="テキスト ボックス 3 の内容をクリアします"/< /body><br><br><br> </div>