Total Users Online: 0 üye, 112 guest | Tarih/Saat: 2026-04-30 11:27
 
function ile görünme sorunu?
2010-11-18 11:05 GMT  oklu Alnt
kralmage
Seditio
User is: Online status   Gender_M
Posts: 299
Ülke: --- - 00
Meslek:
Age: 32

Kod:
<html>
<head>
<style>
.gorunmez{display:none;}
</style>
<script>
var sayi = 10;
function s(){
if(sayi==1){
document.body.removeChild(document.getElementById('saniye'));
document.getElementById('gorunmez').style.display='block';
onSaniyeSonra();
return;
}
sayi-=1;
document.getElementById('saniye').innerHTML = sayi+' Saniye i?ersinde g?sterilecek';
setTimeout("s()",1000);
}
function onSaniyeSonra(){

}
</script>
</head>
<body onload="s()">
<div id="saniye"></div>
<div class="gorunmez" id="gorunmez">Ben 10 Saniye Sonra G?r?ld?m</div>
</body>
</html> 


merhabalar ben ana sayfada ?rnek {plugin_index} var ben bunu 10 san?ye sonra i?lem yapmas?n? + g?r?nmesini istiyorum ikisini ayn? anda nas?l yapar?m ?stteki 2 ayr? i?lem yap?yor?
Konuyla İlgili Diğer Başlıklar
Yazı Sorunu
passrecover sorunu
Deprecated: Function eregi() is deprecated
yorum onay sorunu
katagori değiştirme sorunu

 

Powered by Seditio © 2009-2012 All Rights Reserved