Forum Moderators: open

Message Too Old, No Replies

Confused. what is Image object?

         

dc_2000

1:18 am on May 29, 2006 (gmt 0)

10+ Year Member



Hello everyone:

Recently I came up with the following code:

img = new Image();
img.src = "images/pic1.gif";

I can't find any reference to the "Image" object neither on Microsoft's site, nor anywhere on the web. (It's kind of hard to google for word Image, you know :) )

Can anyone point me to description of this Image object -- and namely, what methods/properties/collections it supports?

Derphead

6:05 am on May 30, 2006 (gmt 0)



This page may help you out somewhat

[devguru.com...]