Forum: JavaScript / DHTML / AJAX May 13th, 2005 |
| Replies: 10 Views: 40,863 Re: add onclick event programmatically Did you check if the cells in the new row have onclick event associated with them, that what my problem is, not that the row didn't appear. Thanks for your help, anyway. |
Forum: JavaScript / DHTML / AJAX May 12th, 2005 |
| Replies: 10 Views: 40,863 |
Forum: JavaScript / DHTML / AJAX May 10th, 2005 |
| Replies: 10 Views: 40,863 add onclick event programmatically I have a code that I call from Button_click event.
The code adds a new row to the table and attempts
to add onclick element to every td element in the new row.
Somehow, onclick does not work.
Any... |