/ Published in: ASP
Expand |
Embed | Plain Text
Dim sBgcolor if (i mod 2 = 0) then sBgcolor = "#eee" else sBgcolor = "#fff" end if <tr style="background-color:<%=sBgcolor%>;" onMouseOver="this.style.background='#ddd;'" onMouseOut="this.style.background='<%=sBgcolor%>;'">
You need to login to post a comment.
