Image.complete (Property)

The current state of an image loading operation.

Availability:

JavaScript - 1.1
Netscape - 3.0
Opera - 3.0
Property/method value type:Boolean primitive
JavaScript syntax:NmyImage.complete

This is a boolean property that reflects the current loading status of an Image object. It should yield the value false until the image has completely transferred from the server to the client browser.

Warnings:

Property attributes:

ReadOnly