Forum Moderators: open
Recently I came up with the following code:
img = new Image();
img.src = "images/pic1.gif"; Can anyone point me to description of this Image object -- and namely, what methods/properties/collections it supports?
[devguru.com...]