The Letter J
June 3rd, 2005, 05:59 PM
I have a textbox with the following name: list_data[2][cost]
How would I change the value of that text box? I have tried the following and it doesn't work:
document.list.list_data[2][cost].value = '3.50';
It must be something stupid that I'm missing.
How would I change the value of that text box? I have tried the following and it doesn't work:
document.list.list_data[2][cost].value = '3.50';
It must be something stupid that I'm missing.