Forum'da ara:
Ara


Yazar Mesaj
Mesaj09.03.2009, 15:54 (UTC)    
Mesaj konusu: ekliyorum ama çalışmıyor nedeni nedir

Kod:
<html>
<script language="JavaScript">
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=500,height=330'
config += 'scrollbars=no,resizable=no'
pop = window.open ("","pop",config)
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
pop.document.write(';",7000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('<body bgcolor=#FFFF99>');
pop.document.write('<center><b>ASIRLIK ÇINAR</b></center>');
pop.document.write('<center><b>KABRİN NUR</b></center>');
pop.document.write('<center><b>MEKANIN CENNET OLSUN</b></center>');
pop.document.write('<center><b><a href="http://www.resimkalesi.com/./data/media/56/Resim_177_500_x_363.jpg" rel="lightbox[roadtrip]"><img width="120" height="120" src="http://www.resimkalesi.com/./data/media/56/Resim_177_500_x_363.jpg" border="0" alt="yazı" /></a></b></center>');
pop.document.write('<center><b>Resmi Büyütmek İçin Üzerine Tıklayınız.</b></center>');
pop.document.write('</body>');

</script>
</html>


arkadaşlar süreli pop-up kodu tasarımın üstüne ekliyorum ama çalışmıyor nedeni nedir yardımcı olumusunuz


En son muzrupagacin tarafından 09.03.2009 18:23:34 tarihinde değiştirildi, toplam 1 kere değiştirildi
Mesaj09.03.2009, 16:09 (UTC)    
Mesaj konusu: dene bakalım olmuşmu

Kod:
<html>
<script language="JavaScript">
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=500,height=330'
config += 'scrollbars=no,resizable=no'
pop = window.open ("","pop",config)
pop.document.write('<script language="javascript">20');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
pop.document.write(';",7000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('<body bgcolor=#FFFF99>');
pop.document.write('<center><b>ASIRLIK ÇINAR</b></center>');
pop.document.write('<center><b>KABRİN NUR</b></center>');
pop.document.write('<center><b>MEKANIN CENNET OLSUN</b></center>');
pop.document.write('<center><b><a href="http://www.resimkalesi.com/./data/media/56/Resim_177_500_x_363.jpg" rel="lightbox[roadtrip]"><img width="120" height="120" src="http://www.resimkalesi.com/./data/media/56/Resim_177_500_x_363.jpg" border="0" alt="yazı" /></a></b></center>');
pop.document.write('<center><b>Resmi Büyütmek İçin Üzerine Tıklayınız.</b></center>');
pop.document.write('</body>');

</script>
</html>






Bir daha dene bakalım olmuşmu..

______________
Mesaj09.03.2009, 16:48 (UTC)    
Mesaj konusu:

bunu bir linke bağlan çalışır.
zaten kodlarda sorun yok!
sayfa açılır açılmaz açılan popup sayfa olduğu için ve bu kullanıcıların hoşana gitmediğinden (ki benimde hiç hoşuma gitmez) tarayıcılar bu konuda önlem alıyor.

linke şu şekilde bağlayabilirsin:
.
Kod:
<html>
<script language="JavaScript">
function ackd() {
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=500,height=330'
config += 'scrollbars=no,resizable=no'
pop = window.open ("","pop",config)
pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
pop.document.write(';",7000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('<body bgcolor=#FFFF99>');
pop.document.write('<center><b>ASIRLIK ÇINAR</b></center>');
pop.document.write('<center><b>KABRİN NUR</b></center>');
pop.document.write('<center><b>MEKANIN CENNET OLSUN</b></center>');
pop.document.write('<center><b><a href="http://www.resimkalesi.com/./data/media/56/Resim_177_500_x_363.jpg" rel="lightbox[roadtrip]"><img width="120" height="120" src="http://www.resimkalesi.com/./data/media/56/Resim_177_500_x_363.jpg" border="0" alt="yazı" /></a></b></center>');
pop.document.write('<center><b>Resmi Büyütmek İçin Üzerine Tıklayınız.</b></center>');
pop.document.write('</body>');
}
</script>
<a href="#" onclick="javascript:ackd();">Aç</a>
</html>
Mesaj10.03.2009, 07:44 (UTC)    
Mesaj konusu:

ARKADAŞLAR TEŞEKKÜREDERİM
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu