摘要: 写一个公用的JS函数function GridViewColor(GridViewId) { //获取所有要控制的行 var AllRows = document.getElementById(GridViewId); if (AllRows != null) { AllRows = AllRows.getElementsByTagName("tr"); //设置每一行的背景色和事件,循环从1开始... 阅读全文
posted @ 2010-10-29 09:38 Yao,Mane 阅读(272) 评论(0) 推荐(0)