background image

                        }   
            });   
     
}   
   
function getProgress(){   
 loop++;   
   
 sendURL();   
}   
var interval;   
function startProgress(){   
    document.getElementById("progressouter").style.display="block";   
   setTimeout("getProgress()", 100);   
}   
</script>   
<iframe id="theframe" name="theframe"    
        src="upload.php?id=<?php echo $id; ?>"    
        style="border: none; height: 100px; width: 400px;" >    
</iframe>   
<br/><br/>   
<div id="progressouter" style="width: 500px; height: 20px; border: 6px solid red; display:none;"> 
      <div   id="progressinner"   style="position:   relative;   height:   20px;   background-color:   purple; 
width: 0%; "></div>   
</div>   
<div id='showNum'></div><br>   
<div id='showNum2'></div>   
</body>   
</html>