HTML JavaScript DHTML



     src="http://www.rntsoft.com/style/logo.png" 
     alt="http://www.rntsoft.com">

    var m = document.getElementById("myImage").complete;
    if (m == true) {
        alert("The image is fully loaded");
    } else {
        alert("The image is not completely loaded")
    }