|
|
想实现鼠标选择表格位置,删除或增加一行,能实现吗?4 |
|
|
|
; }
〈/script〉
or:
〈input type=“button“ value=“插入“ onclick=“insert_row()“〉
〈input type=“button“ value=“删除“ onclick=“del_row()“〉
〈table id=’tblTJLR’ name=’tblTJLR’ border=“1“ width=300〉
〈tr〉〈td〉“example“〈/td〉〈td〉“行号“〈/td〉〈/tr〉
〈/table〉 页码:[1] [2] [3] [4] [5] [6] 第4页、共6页 |
|
|