![]() |
|
|
+ Search |
![]()
|
Mar 24th, 2003 02:20
Klaus Bolwin, Venkat Raman,
var cell = document.createElement("td");
var event1 = document.createAttribute("onmouseover");
event1.nodeValue = "functionname(parameterlist)";
cell.setAttributeNode(event1);
document.getElementById(row).appendChild(cell);
due to the unsufficient DOM-support of the MSIE, it may work in Mozilla
and other Gecko-browsers only