thanks kaht for your attention
///
i tried your code and this was the output :
# of rows:28
# of cells in row 2:0
//
the problem is not with cell 0 or 1 ( here it was only a test )
if i use a static row its working fine ! but once i am trying to use more than one row its not working :\
//...
>>dwarfthrower
i did but no difference
///
thanks kaht , i did a test , maybe this help you to give me a solution
i tested it ( without function !)
var x=document.getElementById('tableid').rows[1].cells;
x[1].innerHTML="test";
above code works fine ! but when i repeated it ,it showed same...
Hello ,
I have problem with changing content of a Dynamic table in FireFox ! ( mean its working fine in IE )
since i created the table dynamically i am using following function to change contents of the table .
*********************
function test1(text,row,col){
var...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.