dev site
So in there what Im doing is a spreadsheet like application. Now columns 4 and 5 have an input that triggers onkeyup. Those columns have the same name attribute but have different ids. The function determines where the keyup came from using css class name and gets the collection of objects from the other column, meaning that if I trigger from column 4 it collects column 5 and vice-versa. Now the problem lies on the 3 item, the "205 separator", if you look line 385/386 in the CalcCols() it grabs the price and the life therefore making the wrong calculation on EI9 but works on firefox. I simply do not get why getting elements by name "3" grabs this one that its name is "4".
Can any be so kind to look at this?
Thanks.


Reply With Quote

Bookmarks