I I Metin2 Pvp - Knight Pvp - Knight I I

Would you like to react to this message? Create an account in a few clicks or log in to continue.

I I Metin2 Pvp - Knight Pvp - Knight I I


    Ziyaretçinize sunduğunuz seçenekler arasından seçim yapmasını sağlar.

    Mr.unique
    Mr.unique
    AdminAdmin


    Mesaj Sayısı : 229
    Rep Gücü : 662
    Başarı Sistemi : 1
    Kayıt tarihi : 20/05/10
    Yaş : 34
    Nerden : Bursa

    Ziyaretçinize sunduğunuz seçenekler arasından seçim yapmasını sağlar. Empty Ziyaretçinize sunduğunuz seçenekler arasından seçim yapmasını sağlar.

    Mesaj tarafından Mr.unique Çarş. Mayıs 26, 2010 4:44 pm

    Kod:
    <script LANGUAGE="Javascript">
    <!-- Original:  Phil Webb (phil( at )philwebb.com) -->
    <!-- Begin
    function move(fbox, tbox) {
    var arrFbox = new Array();
    var arrTbox = new Array();
    var arrLookup = new Array();
    var i;
    for (i = 0; i < tbox.options.length; i++) { arrLookup[tbox.options[i].text] = tbox.options[i].value; arrTbox[i] = tbox.options[i].text; } var fLength = 0; var tLength = arrTbox.length; for(i = 0; i < fbox.options.length; i++) { arrLookup[fbox.options[i].text] = fbox.options[i].value; if (fbox.options[i].selected && fbox.options[i].value != "") { arrTbox[tLength] = fbox.options[i].text;
    tLength++;
    }
    else {
    arrFbox[fLength] = fbox.options[i].text;
    fLength++;
      }
    }
    arrFbox.sort();
    arrTbox.sort();
    fbox.length = 0;
    tbox.length = 0;
    var c;
    for(c = 0; c < arrFbox.length; c++) {
    var no = new Option();
    no.value = arrLookup[arrFbox[c]];
    no.text = arrFbox[c];
    fbox[c] = no;
    }
    for(c = 0; c < arrTbox.length; c++) {
    var no = new Option();
    no.value = arrLookup[arrTbox[c]];
    no.text = arrTbox[c];
    tbox[c] = no;
      }
    }
    //  End -->
    </script>

      Forum Saati C.tesi Nis. 27, 2024 2:20 pm