乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      CSS+JS控制表格行選中變色并儲存的代碼

       weiledream 2011-05-15
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www./TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www./1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
      <title>CSS+JS控制表格行選中變色并儲存的代碼 - www.</title>
      <style type="text/css">
      <!--
      #ejiaA1 {
      width: 550px;
      border-top: #E3E3E3 1px solid;
      border-left: #E3E3E3 1px solid;
      }
      #ejiaA1 td,#ejiaA1 th {
      padding: 5px;border-right: #E3E3E3 1px solid;
      border-bottom: #E3E3E3 1px solid;
      font-size:12px;
      height:16px; line-height:16px;
      }
      #ejiaA1 tr td span {color: #686868}
      #ejiaA1 tr td span.st1 {color: #ff0000}
      --></style>
      <script language="javascript"><!--
      function ejiaA1(o,a,b,c,d){
      var t=document.getElementById(o).getElementsByTagName("tr");
      for(var i=0;i<t.length;i++){
      t[i].style.backgroundColor=(t[i].sectionRowIndex%2==0)?a:b;
      t[i].onclick=function(){
      if(this.x!="1"){
      this.x="1";
      this.style.backgroundColor=d;
      }else{
      this.x="0";
      this.style.backgroundColor=(this.sectionRowIndex%2==0)?a:b;
      }
      }
      t[i].onmouseover=function(){
      if(this.x!="1")this.style.backgroundColor=c;
      }
      t[i].onmouseout=function(){
      if(this.x!="1")this.style.backgroundColor=(this.sectionRowIndex%2==0)?a:b;
      }
      }
      }
      --></script>
      </head>
      <body>
      <table width="500" border="0" cellspacing="0" cellpadding="0" id="ejiaA1">
      <tr>
      <td colspan="4"><span class="st1"><span><a href="/" target="_blank">網(wǎng)頁代碼站</a></span>  當(dāng)前頁:<span>第1頁 共2頁 </span>  總次數(shù):<span>66</span>  總時長:<span>284小時36分27秒</span></span></td>
      </tr>
      <tr>
      <th>接入方式</th><th>上網(wǎng)時間</th><th>下網(wǎng)時間</th><th>上網(wǎng)時長</th>
      </tr>
      <tr>
      <td>ASP</td>
      <td>2008-4-23 12:40:18</td>
      <td>2008-4-23 14:50:28</td>
      <td>2小時10分10秒</td>
      </tr>
      <tr>
      <td>PHP</td>
      <td>2008-4-23 12:40:18</td>
      <td>2008-4-23 14:50:28</td>
      <td>2小時10分10秒</td>
      </tr>
      <tr>
      <td>JSP</td>
      <td>2008-4-23 12:40:18</td>
      <td>2008-4-23 14:50:28</td>
      <td>2小時10分10秒</td>
      </tr>
      </table>
      <script language="javascript"><!--
      //ejiaA1("名稱","奇數(shù)行背景","偶數(shù)行背景","鼠標(biāo)經(jīng)過背景","點(diǎn)擊后背景");
      ejiaA1("ejiaA1","#fff","#F5F5F5","#FFFFCC","#0066CC");
      --></script>
      </body>
      </html>
      <a href="http://www.">網(wǎng)頁代碼站</a> - 最專業(yè)的代碼下載網(wǎng)站 - 致力為中國站長提供有質(zhì)量的代碼!

        本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊一鍵舉報。
        轉(zhuǎn)藏 分享 獻(xiàn)花(0

        0條評論

        發(fā)表

        請遵守用戶 評論公約