Brett Patterson wrote: > So I thought. But why, when using JavaScript can you not target the ID > of an element such as an image?
You can. > You can target the name, but not the ID, Incorrect. > not without document.getElementById Why would you want to do it without document.getElementById? Even if you did, document.images.imageId works fine (at least in the quick test I performed). -- David Dorward <http://dorward.me.uk/> ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
