<!-- 次のコードを <body> 領域に追加します -->
<スクリプト>
関数 pp(){
se.options[2]=new Option(ok=(se.options[2])?se.options[2].innerText+String.fromCharCode(event.keyCode):String.fromCharCode(event.keyCode),"クライアント")
se.selectedIndex=2;
関数編集()
{
if(se.options[2]){
if(event.keyCode==8){
var str=se.options[2].innerText;
var len=str.length;
se.options[2].innerText=str.substring(0,len-1);
if(se.options[2].innerText=="")se.remove(2);
}
if(event.keyCode==13) false を返します。
if(event.keyCode==32){
se.options[2].innerText+=" "
;
}
}
</script>
<select id=se onkeypress=pp() onkeyup="edit()">
<オプション>テストプログラム</オプション>
<オプション>JavaScript</オプション>
</select>
直接文字を入力することもできます