questhaven
Programmer
Is there any reason anyone can see why this would not work in Netscape? Thanks!
document.getElementById('aContent' + parseInt(x+1)).value = aList[x];
document.getElementById('aType' + parseInt(x+1)).value = tList[x];
document.getElementById('aContent' + parseInt(x+1)).value = aList[x];
document.getElementById('aType' + parseInt(x+1)).value = tList[x];