主頁(yè) > 知識(shí)庫(kù) > 編寫(xiě)一個(gè)含二級(jí)目錄的源碼(Asp+JavaScript)

編寫(xiě)一個(gè)含二級(jí)目錄的源碼(Asp+JavaScript)

熱門(mén)標(biāo)簽:蘭州智能語(yǔ)音電銷(xiāo)機(jī)器人功能 企數(shù)外呼系統(tǒng)能用多久 咸陽(yáng)銷(xiāo)售外呼系統(tǒng) 辦理400電話一年多少錢(qián) 寧夏怎么申請(qǐng)400電話 常用地圖標(biāo)注范圍點(diǎn) 離線電子地圖標(biāo)注軟件注冊(cè) 外呼回?fù)芟到y(tǒng)圖片 為什么外呼系統(tǒng)需要預(yù)存話費(fèi)呢
********************** (一) 打開(kāi)記錄集,創(chuàng)建數(shù)組,把記錄集的值賦給數(shù)組.

Dim count
set Rs=server.createobject("adodb.recordset")
Sql = "select * from BookBoard order by ClassId desc"
Rs.open Sql,cn,1,1%>
script language = "JavaScript">
var onecount;
onecount=0;
subcat = new Array();
%count = 0
do while not Rs.eof %>
subcat[%=count%>] = new Array("%= trim(Rs("BoardName"))%>","%= trim(Rs("ClassId"))%>","%= trim(Rs("BoardId"))%>");
%count = count + 1
Rs.movenext
loop
Rs.close%>
onecount=%=count%>;
function changelocation(locationid)
{document.form1.BoardId.length = 0; 
 var locationid=locationid;
 var i;
 for (i=0;i  onecount; i++)
{if (subcat[i][1] == locationid)
{document.form1.BoardId.options[document.form1.BoardId.length] = new Option(subcat[i][0], subcat[i][2]);
}}}    
/script>
********************** (二) 顯示分組,并編寫(xiě)列表框的OnChange事件.
%set Rs=server.CreateObject("adodb.recordset")
    Sql="select * from BookClass order by ClassId desc"
    Rs.open Sql,cn,1,1
    if Rs.eof and Rs.bof then
    response.write "請(qǐng)先添加總類(lèi)。"
    response.end
    else%>
    select name="ClassId" onChange="changelocation(document.form1.ClassId.options[document.form1.ClassId.selectedIndex].value)">
    option selected value="">==請(qǐng)選擇大類(lèi)==/option>
    % do until Rs.eof%>
    option value="%=trim(Rs("ClassId"))%>">%=trim(Rs("ClassName"))%>/option>
     %Rs.movenext
       loop
       end if
       Rs.close
       set Rs = nothing%>
    /select>
    select name="BoardId">option selected value="">==請(qǐng)選擇小類(lèi)==/option>
    /select>

標(biāo)簽:昌都 咸陽(yáng) 昆明 泰州 家電維修 鐵嶺 溫州 麗江

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《編寫(xiě)一個(gè)含二級(jí)目錄的源碼(Asp+JavaScript)》,本文關(guān)鍵詞  編寫(xiě),一個(gè),含,二級(jí),目錄,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《編寫(xiě)一個(gè)含二級(jí)目錄的源碼(Asp+JavaScript)》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于編寫(xiě)一個(gè)含二級(jí)目錄的源碼(Asp+JavaScript)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章