Subj : JS onMozilla and using ID tags. To : netscape.public.mozilla.jseng From : christopher.arsenault Date : Thu May 06 2004 03:00 pm If i have a img tag in html that defines an ID attribute, why can't I refer to it in javascript by that name? This method works in both Opera and IE, so I was wondering if the syntax was slightly diffrent, or something along those lines for Mozilla Here's part of the source I'm using. function loadImage() { map.src = './imgsrc.png'; } .... .... .