I tried this but did not work.
tbl1.rows[0].cells[0].id ='myId';
and it also does not work
tbl1.rows[0].cells[0].setAttribute("id","newid");
How can i do this?
EDIT: When viewing the source of the page, the identifier does not change, but when we check the use of Firebug, a new identifier appears.
thanks
source share