Indonesia
<!-- 把报电影观看在<body> 地址中 --> <!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs- - > <SCRIPT LANGUAGE="JavaScript"> <!-- Mulai var arrItems1 = new Array(); var arrItemsGrp1 = Array baru(); arrItems1[3] = "Truk"; arrItemsGrp1[3] = 1; arrItems1[4] = "Kereta"; arrItemsGrp1[4] = 1; arrItems1[5] = "Mobil"; arrItemsGrp1[5] = 1; arrItems1[6] = "Perahu"; arrItemsGrp1[6] = 2; arrItems1[7] = "Kapal Selam"; arrItemsGrp1[7] = 2; arrItems1[0] = "Pesawat"; arrItemsGrp1[0] = 3; arrItems1[1] = "Sangat ringan"; arrItemsGrp1[1] = 3; arrItems1[2] = "Peluncur"; arrItemsGrp1[2] = 3; var arrItems2 = Array baru(); var arrItemsGrp2 = Array baru(); arrItems2[21] = "747"; arrItemsGrp2[21] = 0 arrItems2[22] = "Cessna"; arrItemsGrp2[22] = 0 arrItems2[31] = "Plebaran Kolb"; arrItemsGrp2[31] = 1 arrItems2[34] = "Kitfox"; arrItemsGrp2[34] = 1 arrItems2[35] = "Peluncur Schwietzer"; arrItemsGrp2[35] = 2 arrItems2[99] = "Chevy Malibu"; arrItemsGrp2[99] = 5 arrItems2[100] = "Lincoln LS"; arrItemsGrp2[100] = 5 arrItems2[57] = "BMW Z3"; arrItemsGrp2[57] = 5 arrItems2[101] = "F-150"; arrItemsGrp2[101] = 3 arrItems2[102] = "Tahoe"; arrItemsGrp2[102] = 3 arrItems2[103] = "Kereta Barang"; arrItemsGrp2[103] = 4 arrItems2[104] = "Kereta Penumpang"; arrItemsGrp2[104] = 4 arrItems2[105] = "Kapal Tanker Minyak"; arrItemsGrp2[105] = 6 arrItems2[106] = "Perahu Nelayan"; arrItemsGrp2[106] = 6 arrItems2[200] = "Kelas Los Angelas"; arrItemsGrp2[200] = 7 arrItems2[201] = "Kelas Kilo"; arrItemsGrp2[201] = 7 arrItems2[203] = "Kelas Serigala Laut"; arrItemsGrp2[203] = 7 fungsi selectChange(kontrol, controlToPopulate, ItemArray, GroupArray) { var myEle ; variabel x ; // Kosongkan kotak drop-down kedua dari pilihan apa pun untuk (var q=controlToPopulate.options.length;q>=0;q--) controlToPopulate.options[q]=null; if (control.name == "firstChoice") {/ // Kosongkan kotak drop-down ketiga dari semua pilihan untuk (var q=myChoices.thirdChoice.options.length;q>=0;q--) myChoices.thirdChoice.options [q] = nol; } // TAMBAHKAN Pilihan Default - jika tidak ada nilai myEle = document.createElement("option") ; myEle.nilai = 0; myEle.teks = "[PILIH]" ; controlToPopulate.add(myEle) ; for ( x = 0 ; x < ItemArray.length ; x++ ) { if ( GroupArray[x] == control.value ) { myEle = document.createElement("option") ; myEle.nilai = x ; myEle.teks = ItemArray[x] ; controlToPopulate.add(myEle) ; } } } // Akhir --> </script> <nama formulir=Pilihansaya> <tabel align="center"> <tr> <td> <SELECT id=firstChoice name=firstChoice onchange="selectChange(this, myChoices. secondChoice, arrItems1, arrItemsGrp1);"> <nilai opsi=0 DIPILIH>[PILIH]</option> <nilai opsi=1>Tanah</option> <nilai opsi=2>Laut</option> <nilai opsi=3 >Udara</option> </SELECT> </TD><TD> <SELECT id=secondChoice name=secondChoice onchange="selectChange(this, myChoices.thirdChoice, arrItems2, arrItemsGrp2);"> </SELECT> <SELECT id =namaPilihanketiga=Pilihanketiga> </PILIH> </TD> </TR> </TABEL> </form>