Hi there,
When i try to change the source of an image, which is placed in a layer(DIV tag),it works only in IE. It doesn't work in Netscape. I am using NN 4.7.My code is like this
document.images[imageID].src=path;
when i tried alert(document.images[imageID]); it shows 'undefined' in NN.
It works fine in both the browsers without a DIV tag.Can anybody please tell me how to solve this problem.....
Thanks,
Haris.
When i try to change the source of an image, which is placed in a layer(DIV tag),it works only in IE. It doesn't work in Netscape. I am using NN 4.7.My code is like this
document.images[imageID].src=path;
when i tried alert(document.images[imageID]); it shows 'undefined' in NN.
It works fine in both the browsers without a DIV tag.Can anybody please tell me how to solve this problem.....
Thanks,
Haris.
Comment