<html>
<head>
<title>Example of complete Property</title>
</head>
<img name="circle" src="http://www.java2s.com/style/logo.png">
<br>
<script language="JavaScript">
<!--
if(document.circle.complete == true)
document.write("The image has finished loading.");
else
document.write("The image has not finished loading.");
-->
</script>
</html>
|