Forum'da ara:
Ara


Yazar Mesaj
Mesaj12.05.2014, 23:57 (UTC)    
Mesaj konusu: HayataDairHikayeler | Her Sayfada Değişen Resim Ko

Her sayfa yenilendiğinde değişik resim çıkmasını istiyorum ve boyutlarını kendim ayarlayabileyim buna uygun kod hakkındaki yardımlarınızı bekliyorum, kolay gelsin.. Question
______________
Mesaj13.05.2014, 08:58 (UTC)    
Mesaj konusu:

Kod:
<script>
function image() {
};
image = new image();
lifelist = 0;
// Resim Sırasına göre gösterir
image[lifelist++] = '<a target="_blank" href="http://RESME TIKLAYINCA GİTMESİNİ İSTEDİĞİN ADRES"><img style="width: 468px; height: 60px" border="0" src="RESİ URL 1" /></a>'

image[lifelist++] = '<a target="_blank" href="http://RESME TIKLAYINCA GİTMESİNİ İSTEDİĞİN ADRES"><img style="width: 468px; height: 60px" border="0" src="RESİM URL 2" /></a>'

image[lifelist++] = '<a target="_blank" href="http://RESME TIKLAYINCA GİTMESİNİ İSTEDİĞİN ADRES"><img style="width: 468px; height: 60px" border="0" src="RESİM URL 3" /></a> '
// keep adding items here...
lifelist = Math.floor(Math.random() * lifelist);
document.write(image[lifelist]);
</script>

______________
Mesaj13.05.2014, 15:18 (UTC)    
Mesaj konusu:

Teşekkürler @clean-deneme
______________
Mesaj13.05.2014, 21:19 (UTC)    
Mesaj konusu:

Rica ederim, kolay gelsin.
______________
Önceki mesajları göster:   


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