IMG.complete (Property)

Returns a value indicating whether the image has completely loaded or not.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyIMG.complete

The constructor is that of the built-in Image prototype object.

You can use this as one way of creating arrays, although it is more popular to use the new Image() technique.

This property is useful if you have an object that you want to clone but you don't know what sort of object it is. Simply access the constructor belonging to the object you have a reference to.

Netscape provides constructors for many objects, virtually all of them in fact, even when it is highly inappropriate to do so. MSIE is far more selective and there are some occasions when you might wish for a constructor that MSIE does not make available.

See also:Image.constructor

Property attributes:

ReadOnly