Şimdi Ara

Kullanıcı AJANI !

Bu Konudaki Kullanıcılar:
2 Misafir (1 Mobil) - 1 Masaüstü1 Mobil
5 sn
3
Cevap
0
Favori
216
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • Selamlar..
    Bana kullanicinin calistigi desktop çözünürlüğünü ve renk derinliğini öğrenebileceğim bir kod lazim.
    JAVASCRIPT ile yapabileceğimi biliyorum. Fakat kodu bilmiyorum.

    Lütfen yardımcı olun

    Özhan ESEMEN
    No LEGAL , Forever iLLEGAL



  • çözünürlük için bu işni görür...

    function redirectPage() {
    var url640x480 = "600x400.html";
    var url800x600 = "800x600.html";
    var url1024x768 ="1024x768.html";
    var url1152x864 ="1152x864.html";
    var url1600x1200 ="1600x1200.html";
    if ((screen.width == 640) && (screen.height == 480))
    window.location.href= url640x480;
    else if ((screen.width == 800) && (screen.height == 600))
    window.location.href= url800x600;
    else if ((screen.width == 1024) && (screen.height == 768))
    window.location.href= url1024x768;
    else if ((screen.width == 1152) && (screen.height == 864))
    window.location.href= url1152x864;
    else if ((screen.width == 1600) && (screen.height == 1200))
    window.location.href= url1600x1200;
    else
    window.location.href= url1152x864;
    }
    // End -->
    </script>

    <body OnLoad="redirectPage()">

    sadece html sayfalarını kendine göre değiştir...

    renk derinliği içinwww.javasayfasi.com a bakmanı tavsiye ederim...

    ----------------------
    www.gamas-tr.net
    <img src='http://gamas.webhost.net/IntelP4.jpg' border=0> - <img src='http://gamas.webhost.net/gf3ti.jpg' border=0> - <img src='http://gamas.webhost.net/audigy.jpg' border=0> - <img src='http://gamas.webhost.net/XP-logo.gif' border=0>

    I am the ONE !!!




  • teşekkürler...

    Özhan ESEMEN
    No LEGAL , Forever iLLEGAL
  • Yapay Zeka’dan İlgili Konular
    Daha Fazla Göster
    
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.