J
Jammer
I want to do something like:
var img_index="dog";
document.images[img_index] = "blah";
images[img_index] is treated like images["img_index"]
I want to use the value of img_index in the images array.
var img_index="dog";
document.images[img_index] = "blah";
images[img_index] is treated like images["img_index"]
I want to use the value of img_index in the images array.