It works fine in IE and Opera, but in Firefox, I had to put the <img
name=something src> within a <form></form>
it seems to me in IE/Opera, i can do
document.imagen ame.src
in Firefox
I have to do
document.formna me.imagename.sr c
Is that right? Anyway to get around this?
name=something src> within a <form></form>
it seems to me in IE/Opera, i can do
document.imagen ame.src
in Firefox
I have to do
document.formna me.imagename.sr c
Is that right? Anyway to get around this?
Comment