AdmiN Admin
Aktiflik : Cinsiyet : Mesaj Sayısı : 106 Karizma Puanı : 10320 Kayıt tarihi : 04/01/10 Yaş : 27 Nerden : Ankara
| Konu: Haymac Kodu Perş. Ağus. 26, 2010 7:22 am | |
| - Kod:
-
<div id="dl"> <h3>Hata: JavaScript Kapalı.</h3> </div> <script> var escapedilenverim = escape(' <a href="http://www.site.com/abc.mp3" target="_blank"><img src="http://www.ghostsecurity.com/images/download.gif" border="0" alt="adrese git"></a> '); var c = 20; fc(); function fc() { if(c>0){document.getElementById("dl").innerHTML = "<b><big><big><big> Kalan Süre : " + c.toFixed(1) + '</big></big></big>'; c = c - .1;setTimeout("fc()", 100)} else {document.getElementById("dl").innerHTML = unescape(escapedilenverim)}}</script> <div> </div> | |
|