Forum'da ara:
Ara


Yazar Mesaj
Mesaj07.04.2010, 21:00 (UTC)    
Mesaj konusu: Resim GaLerisi

Resim Galerisi için Java Kodu Var mı?
Mesaj24.04.2010, 10:15 (UTC)    
Mesaj konusu:

Bu küçük bi şey ama iş görür bence de güzel ve kullanışlı tek sayfada bir foto albüm hazırlayabilirsin. Hatta her sayfana ayrı bir foto albüm yapabilirsin kolay gelsin.

Kod:
<table border="0" cellpadding="0">

  <tr>
    <td width="100%">
   <img src="img.jpg" width="256" height="256" name="photoslider"></td>
  </tr>
  <tr>
    <td width="100%"><form method="POST" name="rotater">
      <div align="center"><center><p><script language="JavaScript1.1">
var photos=new Array()
var which=0

/*Change the below variables to reference your own images. You may have as many images in the slider as you wish*/
photos[0]="img.jpg"
photos[1]="img.jpg"
photos[2]="img.jpg" 
photos[3]="img.jpg"
photos[4]="img.jpg" 
photos[5]="img.jpg" 
photos[6]="img.jpg"
photos[7]="img.jpg" 
photos[8]="img.jpg"

function backward(){
if (which>0){
window.status=''
which--
document.images.photoslider.src=photos[which]
}
}

function forward(){
if (which<photos.length-1){
which++
document.images.photoslider.src=photos[which]
}
else window.status='Bitti! Lütfen geri gidin!'
}
</script><input type="button" value="<<Geri" name="B2"
      onClick="backward()"> <input type="button" value="İleri>>" name="B1"
      onClick="forward()"><br>
     
      </center></div>
    </form>
    </td>
  </tr>
</table>
Mesaj25.04.2010, 10:09 (UTC)    
Mesaj konusu:

tşk Wink
______________
Hiç ilgilenmediğim wordpress ten aldığım ekonomi sitemin pr değeri 3 olmuş. almak isteyenler ö.m atsın.
Mesaj28.04.2010, 16:26 (UTC)    
Mesaj konusu:

Oldukça yararlı oldu teşekkürler. Ancak img.jpg yerine bizim tek tek doldurmamız gerekiyor. Direk veritabanından aldırmayı nasıl yapabiliriz?
______________
http://www.sarikoygencligi.tr.gg/

AMAÇ BİLGİ PAYLAŞIMI OLSUN......
Önceki mesajları göster:   


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