梧桐树/Hugo

因为兴趣、所以关注、因为有网、所以得此博记录琐事

导航

« 重温301重定向关于年终奖 »

鼠标点击JS代码

复制如下代码存成网页形式查看效果:

<style type="text/css">
.bg {background-color:#F3DBB6; border:1px double  #665500; height:44px; float:left; overflow:hidden;}
</style>
<script>
i=null
function aa(x)
{

if(i!==null)
i.className = "";
x.className = "bg";
i=x
}
</script>
<table width="100%" border="0">
  <tr>
    <td  onclick="aa(this)">点这里</td>
  </tr>
  <tr>
    <td onclick="aa(this)">点这里</td>
  </tr>
  <tr>
    <td onclick="aa(this)">点这里</td>
  </tr>
</table>

 

  • 相关文章:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Powered By Z-Blog .Theme from Google黑板报 By 梧桐树修改

Auto Publisher Copyright 2008 梧桐树. Some Rights Reserved.

Search

网站分类

最新评论及回复

最近发表

控制面板