Image() objects and the DOM

Hi, 

I'm a new subscriber to this group, so I hope I'm picking the right kind
of question to ask to this group.

If my page contains:
   foo = new Image()
   foo.src = "foo.jpg"

Does the object "foo" reside anywhere in the DOM?  It is not in 
document.images["foo"]...this would only be the case if I declared it
this way:
   <img name="foo" src="foo.jpg">

Thanks in advance,
Greg
-- 
Gregory J. Sandell, Research Associate, sandell@sparky.parmly.luc.edu
Parmly Hearing Institute, Loyola University Chicago
6525 N. Sheridan Chicago IL 60626 USA voice:773-508-3976 FAX:773-508-2719
WWW: http://www.parmly.luc.edu/sandell/

Received on Monday, 3 August 1998 12:01:21 UTC