此回复为自动发出,仅用于显示而已,并无任何其他特殊作用
楼主【myp506】截止到2008-07-03 11:04:08的历史汇总数据(不包括此帖):
发帖的总数量:10                       发帖的总分数:120                      
结贴的总数量:7                        结贴的总分数:60                       
无满意结贴数:3                        无满意结贴分:60                       
未结的帖子数:3                        未结的总分数:60                       
结贴的百分比:70.00 %               结分的百分比:50.00 %                  
无满意结贴率:42.86 %               无满意结分率:100.00%                  
楼主加油

解决方案 »

  1.   

    <table>
    <tr> 
    <td align="center">1</td> 
    <td align="center"><input type="checkbox" name="choose1" id="choose1" onclick="alert(this.parentNode.parentNode.cells[0].innerHTML);"></td>
    <td align="center"><input type="text" name="name1" id="name1"></td>
    <td align="center"><input type="text" name="userno1" id="userno1"></td>
    </tr>
    </table>
      

  2.   


    <table>
    <tr> 
    <td align="center">1</td> 
    <td align="center"><input type="checkbox" name="choose1" id="choose1" onclick="alert(this.parentNode.previousSibling.innerHTML);"></td>
    <td align="center"><input type="text" name="name1" id="name1"></td>
    <td align="center"><input type="text" name="userno1" id="userno1"></td>
    </tr>
    </table>