Hi there is there a way to fill the content of a cell via Java Script?
What I want to do is to put a diferent Text (label) on a table's cell deppending in which button the user press.
I don't know some thing like:
document.TableName.CellName.InnerValue = "The new title";
if there is an instruction or a way to do it please tell me.
any help will be usefull, thanx!.
What I want to do is to put a diferent Text (label) on a table's cell deppending in which button the user press.
I don't know some thing like:
document.TableName.CellName.InnerValue = "The new title";
if there is an instruction or a way to do it please tell me.
any help will be usefull, thanx!.
Comment