i have 10 arrays all named row1, row2 row3.....
each of thoes arrays has 10values, (makes a 10x10 grid)
if
var x =3
var y =5
with rowy[x]
i should get row5[3] but that doesnt happen
if i use row1[x] it would give me the correct value tho, however having 10 if statments is bulky and impractical, however what im currently working with
also how do i
barf = gibberish
alert(barf)
location.href=" http://barf/data.php;"
and get barf to be equal to gibberish in the url instayed of barf
|