日期:2014-05-16  浏览次数:20334 次

通过写js 选中某一个下拉列表中的值
<script type="text/javascript">
?????????????var slt=document.all("pzr");
?????????????for(var i=0;i<slt.options.length;i++){
??????????????if(slt.options[i].value=='<nested:write property="pzr"/>')
??????????????slt.options[i].selected=true;
?????????????}
??</script>