javascript IMG complete
| complete | NN 3 IE 4 DOM n/a |
| Read-only | |
|
Reveals whether the img element's src or lowsrc image file has fully loaded. Note that Navigator 4 provides an incorrect true reading before the image has completely loaded. |
|
| Example | |
if (document.logo.complete) {
// safe to process the image object
}
|
|
| Value | |
Boolean value: true | false. |
|
| Default | |
false |
|
Previous: javascript IMG dataFld
Next: javascript IMG border
973,Nickname,Homepage or email,Comments here,Add comment
