大家保存到本地运行吧!
<html> 【程序编程相关:简单的分页代码】 【推荐阅读:Access数据库与SQLserver2】<head> 【扩展信息:FlyTreeView for ASP.】 <title>sample (dhtml dude)</title> <style> tr {background-color: white; color: black; font-family: verdana; font-size: 20; font-weight: bold;} </style> <xml> <mshelp:keyword index="a" term="tableedit"/> </xml> </head> <!-- toolbar_start --><!-- toolbar_exempt --><!-- toolbar_end --> <body style="font-family: verdana"> <h2>table editor</h2> <br> <h3>单击选择单元格,按下alt键选择一行!</h3> <br> <div id=tablecontainer> <table id=thetable border=1 style="border-collapse: collapse; table-layout: fixed"> <tbody> <tr><td>cell 1,1</td><td>cell 1,2</td><td>cell 1,3</td></tr> <tr><td>cell 2,1</td><td>cell 2,2</td><td>cell 2,3</td></tr> <tr><td>cell 3,1</td><td>cell 3,2</td><td>cell 3,3</td></tr> </tbody> </table> </div><br><br><br>
<input id=buttonaddrow style="width: 200px;" type=button value="add row" onclick="addrow()"><br>
<input id=buttonremoverow style="width: 200px;" type=button value="remove row" onclick="removerow()"><br> ... 下一页