PDA

View Full Version : Still getting error


dan18088
11-01-2003, 11:40 AM
Object doesn't support this property or method using code below.

new_row=document.createElement("TR");
new_cell=document.createElement("TH");
cell_content=document.createTextNode("First Name");
cell_content.setAttribute("font size") = -1;
new_cell.appendChild(cell_content);
new_row.appendChild(new_cell);
my_t_body.appendChild(new_row);

Kor
11-01-2003, 11:50 AM
Hey, be careful... don't insert more than one thread with the same question... I know you press New instead of Replay, but be careful, the moderators here will be angry... See another possibility in your firts thread, please

dan18088
11-01-2003, 11:52 AM
I didn't realize I hit the new tread button.