<html>
<body>
<table id='myTable'>
</table>
<script>
</body>
</html><table id='myTable'>
</table>
<script>
function addRow(data){
var ntr=myTable.insertRow(myTable.rows.length);
var ntd=ntr.insertCell(0);
ntd.innerHTML=data;
var ntd=ntr.insertCell(0);
ntd.innerHTML=data;
}
function delRow(index){
</script>function delRow(index){
myTable.deleteRow(index);
}</body>
沒有留言:
張貼留言