|
|
|
|
для: Bvz
(11.12.2008 в 12:54)
|
| Можно реализовать на js
Вот, как на _rapidshare.com
<script type="text/javascript">
<!--
function fc() {
if(c>0){
document.getElementById("dl").innerHTML = 'You are not a Premium User and have to wait. Please notice that only Premium Users will get full download speed. <h3 style="font-size:24pt;" id="zeit">Still ' + c + ' seconds</h3>';
c=c-1;
setTimeout("fc()", 1000);
} else {
var tt = 'здесь переадресация';
document.getElementById("dl").innerHTML = tt;
}
}
var c=3;
if (window.location.hash == "#dlt")
c = 0;
//-->
</script>
|
| |
|
|