<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><title>텍스트 상자 내용 지우기</title> <br>window .onload = initAll; <br><br>function initAll(){ <br>varclearText = document.getElementsByTagName("input") <br>for(var i=0; i<clearText.length) ; i ){ <BR>clearText[i].onfocus = function ( ){ <BR>this.value = "" <BR>} <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의 내용 지우기"/> /본문> <br>< ;/html> <br><br> </div>