var c = 20;
function fcwait() {
if(document.getElementById("divDLWait")==null || document.getElementById
("divDLStart")==null)
setTimeout("fcwait()", 1000);
return;
if (c > 0) {
var el = document.getElementById("downloadDelayTimeSec");
if( el )
el.innerHTML = "" + c;
c = c -...
Download123
No comments:
Post a Comment