Posted on February 1st, 2008 in Technical
#progress { border: 1px solid #000; }
#progress #bar { background-color: #108eed; width: 0%; display: block; font-weight: bold; font-family: verdana; padding: 3px; font-size: 12px; text-align: center; color: #fafafa; }
Working…Please stand by
function resetBar() {
document.getElementById(’testframe’).src = ‘http://www.faking.net/progress.php?reset’;
}
function checkReload(step) {
document.getElementById(’testframe’).src = ‘http://www.faking.net/progress.php?step=’+ step;
uploadbar(step);
}
function uploadbar(step) [...]