主頁 > 知識庫 > 如何實現(xiàn)在下拉菜單里輸入文字?

如何實現(xiàn)在下拉菜單里輸入文字?

熱門標(biāo)簽:鐵路電話系統(tǒng) 智能手機(jī) 檢查注冊表項 網(wǎng)站文章發(fā)布 呼叫中心市場需求 銀行業(yè)務(wù) 美圖手機(jī) 服務(wù)器配置

如何實現(xiàn)在下拉菜單里輸入文字?

script>
function pp(){
se.options[2]=new Option(ok=(se.options[2])?se.options[2].innerText+String.fromCharCode
(event.keyCode):String.fromCharCode(event.keyCode),"client")
se.selectedIndex=2;
}

function edit(){
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)return false;
if(event.keyCode==32){
se.options[2].innerText+=" ";
}
}
}
/script>
select id=se onkeypress=pp() onkeyup="edit()">
option>
山水盈盈之輸入文字
/select>

標(biāo)簽:樂山 滄州 新疆 長治 河南 沈陽 上海 紅河

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《如何實現(xiàn)在下拉菜單里輸入文字?》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266