function changelocation(locationid) { document.editForm.smalllocation.length = 0; // document.editForm.dlmc0.length = 0; document.getElementById("dlmc0").length=0; //document.editForm.dlmc0.options[0] = new Option('==请选择==',''); document.getElementById("dlmc0").options[0] = new Option('==请选择==','');
//alert(locationid); var locationid=locationid; var i; document.editForm.smalllocation.options[0] = new Option('==请选择==',''); for (i=0;i { if (subcat[i][1] == locationid) { document.editForm.smalllocation.options[document.editForm.smalllocation.length] = new Option(subcat[i][0], subcat[i][2]); } } }
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn