I have tried this, but not working.
tbl1.rows[0].cells[0].id ='myId';
and this is also not working
tbl1.rows[0].cells[0].setAttribute("id","newid");
how can I do this?
EDIT: When view the page source the id is not changed, but when we check using Firebug, then there is shown new Id.
Thanks