不变色 |
xxxxxxxx |
xxxxxxxx |
xxxxxxxx |
xxxxxxxx |
不变色 |
<script><BR><!--<BR>var TbRow = document.getElementById("goaler");<BR>if (TbRow != null)<BR>{<BR> for (var i=0;i<TbRow.rows.length ;i++ )<BR> {<BR> if (TbRow.rows[i].rowIndex%2==1)<BR> {<BR> TbRow.rows[i].style.backgroundColor="";<BR> }<BR> else<BR> {<BR> TbRow.rows[i].style.backgroundColor="#F1F1F1";<BR> }<BR> }<BR>}<BR>//--><BR></script>