K
k
Hi, I have a problem.
To edit the content of a text box in a form I can use the following
code:
document.getElementById('bugSteps').value = "data"
But I can't figure how to do this in a textbox that belongs to an
array. Puting [] with a number inside doesn't works.
Does anyone know how?
Thanks
To edit the content of a text box in a form I can use the following
code:
document.getElementById('bugSteps').value = "data"
But I can't figure how to do this in a textbox that belongs to an
array. Puting [] with a number inside doesn't works.
Does anyone know how?
Thanks