2012年1月13日
摘要: 下拉列表:得到选中的菜单,以及菜单的内容var selectIndex = document.getElementById("approveWordInfo").selectedIndex;//获得是第几个被选中了 var selectText = document.getElementById("approveWordInfo").options[selectIndex].text 当下拉列表的属性为disabled时,是得不到value值的<c:if test="${accountTypeName eq '下游' }& 阅读全文
posted @ 2012-01-13 13:13 sp2012 阅读(102) 评论(0) 推荐(0) 编辑