Image.complete PropertyNameImage.complete Property---whether an image load is completeAvailabilityNavigator 3.0 Synopsis
image.complete DescriptionThe complete property is a read-only Boolean value that specifies whether an image is completely loaded, or, more accurately, whether the browser has completed its attempt to load the image. If an error occurs during loading, or if the load is aborted, the complete property will still be set to true. |
|