标签:
1、currentcolor属性,可以获得当前的颜色,可用于table隔行变色
<tr onmouseover="currentcolor=this.style.backgroundColor;this.style.backgroundColor=‘#caebfc‘;this.style.cursor=‘default‘;" onmouseout="this.style.backgroundColor=currentcolor">
3、客户端执行脚本
Page.ClientScript.RegisterStartupScript( typeof( Page ), "","执行脚本函数", true );
标签:
原文地址:http://www.cnblogs.com/LJP-JumpAndFly/p/5031078.html