document null or not an object
Hi there,
I'm getting this error:
document[...]is null or not an object - line 22
However, I'm not sure why. This is the code where the error is occurring:
document[thisImg].src = "image_bin/" + thisImg + "_up.gif"
The path to the image_bin is all correct etc.
Any help greatly appreciated.
|