javascript操作表格对象

<html>  
  <body>  
  <SCRIPT   LANGUAGE="JavaScript">  
  <!--  
  function   showinput()  
  {  
  elm   =   event.srcElement;  
  if   (elm.tagName   !=   "TD")   return;  
  elm.innerHTML   =   "<input   οnblur='hide()'     value='"+elm.innerText+"'   size=10   id='input1'></input>";  
  input1.focus();  
  input1.select();  
  }  
  function   hide()  
  {  
  elm   =   event.srcElement;  
  elm.parentNode.innerHTML   =   elm.value  
  }  
  function   deleteLine()  
  {  
  for   (var   i=tbody1.children.length-1;   i>=0   ;   i--   )  
  if   (tbody1.children[i].firstChild.firstChild.checked)  
  tbody1.deleteRow(i);  
  }  
  function   addLine()  
  {  
  elm   =   thead1.lastChild.cloneNode(true)  
  elm.style.display="";  
  tbody1.insertBefore(elm);  
  }  
  //-->  
  </SCRIPT>  
  <TABLE   border=1   height=100>  
  <thead   id=thead1>  
  <tr>  
  <th></th>  
  <th   width=100></th>  
  <th   width=100></th>  
  <th   width=100></th>  
  </tr>  
  <TR   style="display:none">  
  <td><input   type=checkbox   id=checkLine></td>  
  <TD>000</TD>  
  <TD>000</TD>  
  <TD>000</TD>  
  </TR>  
  </thead>  
  <tbody   onClick="showinput()"   id=tbody1>  
  <TR>  
  <td><input   type=checkbox   id=checkLine></td>  
  <TD>aaa</TD>  
  <TD>bbb</TD>  
  <TD>ccc</TD>  
  </TR>  
  <TR>  
  <td><input   type=checkbox   id=checkLine></td>  
  <TD>ddd</TD>  
  <TD>eee</TD>  
  <TD>fff</TD>  
  </TR>  
  <TR>  
  <td><input   type=checkbox   id=checkLine></td>  
  <TD>ggg</TD>  
  <TD>hhh</TD>  
  <TD>iii</TD>  
  </TR>  
  </tbody>  
  <tfoot>  
  <tr>  
  <td   colspan=4   align=center>  
  <button   onClick="deleteLine()">del</button>  
  <button   onClick="addLine()">add</button>  
  </td>  
  </tr>  
  </tfoot>  
  </TABLE>  
   
  </body>  
   
  </html> 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值