![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
is it possible change the text in a table cell with Java script,if so who can provide me a script |
#2
| |||
| |||
|
|
Valentinus Schreurs wrote: is it possible change the text in a table cell with Java script,if so who can provide me a script var i,j i=0 j=3 document.all.mytable.rows(i).cells(j).innerHTML = "content" // changes the field in line 0 at col 3 |
![]() |
| Thread Tools | |
| Display Modes | |
| |