分享java帶來的快樂

          我喜歡java新東西

          鼠標劃過高亮度顯示所在的行

          <table width=100% bgcolor=cccccc onmouseout="select_row(null)">
           <tr id="row0" onmouseover="select_row(this)">
            <td>
             ...
            </td>
           </tr>
           <tr id="row0" onmouseover="select_row(this)">
            <td>
             ...
            </td>
           </tr>
           <tr id="row0" onmouseover="select_row(this)">
            <td>
             ...
            </td>
           </tr>


          </table>
          <script language="javascript">  
            var   theCurrentTr;  
            function   select_row(obj)  
            {  
            if(theCurrentTr!=null)   theCurrentTr.bgColor="";  
            theCurrentTr=obj;  
            if(theCurrentTr!=null)   theCurrentTr.bgColor="blue";  
             
            }  
            </script>

          <br>
          <br>
          移出時還記錄最后鼠標所在的行:
          <table width=100% bgcolor=cccccc>
           <tr id="row0" onmouseover="select_row(this)">
            <td>
             ...
            </td>
           </tr>
           <tr id="row0" onmouseover="select_row(this)">
            <td>
             ...
            </td>
           </tr>
           <tr id="row0" onmouseover="select_row(this)">
            <td>
             ...
            </td>
           </tr>


          </table>

          posted on 2008-12-20 17:19 強強 閱讀(257) 評論(0)  編輯  收藏 所屬分類: web技巧

          主站蜘蛛池模板: 惠州市| 永济市| 汝南县| 前郭尔| 日喀则市| 南充市| 清徐县| 瓮安县| 平谷区| 台江县| 中阳县| 颍上县| 济源市| 米脂县| 永定县| 资中县| 汝州市| 郁南县| 桑植县| 昌乐县| 寻乌县| 曲周县| 肇州县| 平乡县| 雷波县| 永新县| 兴海县| 醴陵市| 平顺县| 南充市| 汾西县| 林芝县| 平湖市| 弥勒县| 隆化县| 浮梁县| 巴东县| 金昌市| 汉阴县| 延川县| 南开区|