Hi James,
I have exactly the same problem with the onclick event not firing.
Have you found a way around it yet?
Following is a snippet of code I'm using
Sam
function addToTable(i)
{
var x=document.getElementById("ParentTable").insertRow(i);
var newCell=x.insertCell(0)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.