JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Image.complete Property

Name

Image.complete Property---whether an image load is complete

Availability

Navigator 3.0

Synopsis

image.complete

Description

The 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.

See Also

"Image", "Image.onabort()", "Image.onerror()", "Image.onload()"


Previous Home Next
Image.border Book Index Image.height

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell
Hosted by uCoz