It is my Computer Notes.
Using Guide : object-key or object-key-key
e.g. Step 1 Blog Search : [mysql-run] and then Step 2 ctrl+F [mysql-run]
{bookMark me : Ctrl+D}
2013年9月19日 星期四
html-grid-zap, zap-grid, deleteall grid
function ZapInGrid(tableid)
{var tbl = document.getElementById(tableid);
var lastRow = tbl.rows.length;
if (lastRow >=2) tbl.deleteRow(lastRow - 1);}
沒有留言:
張貼留言