I wanted a download script such as a conter script, like if somebody clicks on a download link a pop shows up telling them to wait 30 seconds (and shows a graphical status bar or shows how many seconds left) and when time counts down the link appears, sort of like the timeout code RapdiShare/Megaupload have.
I had a similar script quite some time ago but I shut down the site without backing up the code,![]()
It was something like this:
<script>var c = 58; fc(); function fc(){
if(c>0){document.getElementById("dl").innerHTML = "Please Wait For Link To Load".</script>
<!-- hide
function timer(url) {
setTimeout("print();", 10000);
}
// -->
<!-- hide
function print(url) {
document.getElementById("dl").innerHTML = unescape('AFTER TIMEOUT IS DONE');
}
// -->
</script>
Thanks!!!!!



Reply With Quote


Bookmarks