Hello all.
Here is my situation. I'm inserting a row into a table from a child window using javascript. The following code assumes that the variable "table" has been defined.
row = table.insertRow(-1);
row.onclick = 'java script:alert("hi")';
Then I go on to add some cells to the row...
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.