Изменение атрибута rules // Примеры

function rowRules() { document.getElementById(‘myTable’).rules=»rows»;

}

function colRules() { document.getElementById(‘myTable’).rules=»cols»; }

Row1 cell1 Row1 cell2
Row2 cell1 Row2 cell2
Row3 cell1 Row3 cell2

К примерам JavaScript >> В раздел JavaScript >> На главную >>

Комментарии 0