chelvis
02-09-2004, 05:26 PM
I have the following portion of javascript and in NN 4.7 it gives an error.
The Code:
img name="fullDocImageCit"
if (document.images[fullDocImageCit]) {
document.fullDocImageCit[0].src="avtop.gif"
And in NN 4.7 it says
document.fullDocImageCit[0] has no properties
I know somethng is wrong in the way I wrote the [fullDocImageCit] but dont know how to fix it.
The Code:
img name="fullDocImageCit"
if (document.images[fullDocImageCit]) {
document.fullDocImageCit[0].src="avtop.gif"
And in NN 4.7 it says
document.fullDocImageCit[0] has no properties
I know somethng is wrong in the way I wrote the [fullDocImageCit] but dont know how to fix it.