<script> e){ <br>var currKey=0,e=e||event; <br>currKey=e.keyCode||e.which||e.charCode <br>if(currKey == 8){ <br>obj.options[0].text = ""; <br>} <br>} <br>function writeSelect(obj,e){ <br>var currKey=0,e=e||event; currKey=e .keyCode||e.which||e.charCode; <br>obj.options[0].selected = "select"; <br>if(currKey != 8){//이 장소는 피해야 합니다. firefox 다시 귀찮은 왜곡된 문자가 나타나면 이 문장에 주석을 달아 firefox에서 효과를 확인해 보세요. <br>obj.options[0].text = obj.options[0].text String.fromCharCode(currKey); } <br>e.returnValue=false; <br>return obj.options[0].text; <br>} <br>function ttt(){ <br>var jg = document.getElementById("aa") . options[document.getElementById("aa").selectedIndex].text; <br>//물론 이전 writeSelect 함수에서 옵션 값을 설정할 수도 있으며 이 경우 value를 직접 사용할 수도 있습니다. 프로그램에서<br>jQuery("#aa").empty(); <br>jQuery("#aa").append("<option value=''></option>"); <br>} <br><br></script>
;옵션 값="22"> ;22
<옵션 값="33">33
<입력 유형="버튼 " value="Clear" onclick= "ttt();"/>