Thứ Hai, 12 tháng 4, 2010
, Posted by Thiên Thần CNTT at 19:04
file js.js
// JavaScript Document
function CreateTable_1()
{
var table = document.createElement("table");
table.setAttribute("boder","1");
table.setAtribute("cellpadding","10px");
var m = prompt("nhap so dong: ");
var n = prompt("Nhap so cot");
for(var i = 0; i < m; i++)
{
var row = table.insertRow(i);
for(var j =0; j < n; j++)
{
var cell = row.insertCell(j);
cell.innerHTML = i + "" +j;
}
}
document.body.appendChild(table);
}
function CreateTable_2()
{
var dong = document.frm.txtSoDong.value;
var cot = document.frm.txtSoCot.value;
document.write('| " + i + j + " | "); } document.write("
Ket Qua
Currently have 0 nhận xét: