valerastormhttp://softtime.ru/forumПочему у добавляемых ячеек не работают события?http://softtime.ru/forum/read.php?id_forum=4&id_theme=60994"html" "body" "script" function fun() { var ty = document.getElementById('maintable') var newRow=ty.insertRow(-1); var newCell = newRow.insertCell(-1); newCell.innerHTML='va' newCell.onClick="alert('w1qqq')" } "/script"...HTML+CSS+JavaScriptThu, 18 Dec 2008 06:52:43 +0300valerastorm