var tr = document.createElement('tr');
tr.setAttribute("onclick",p.onrowclick+"("+row.id+")");
Hi, the above works fine for me in Firefox. I can't find the correct syntax for a workaround in IE.
I'm using IE8.
Hi, the above works fine for me in Firefox. I can't find the correct syntax for a workaround in IE. I'm using IE8.
| |||||
feedback
|
|
Don't set events like this. Pass it a proper function:
| |||
|
feedback
|