Donanım Merkezi
 

Geri git   Donanım Merkezi > Yazılım > Webmaster Alanı - Web tasarımı, web programlama vs > Java Script

Cevapla
 
LinkBack Seçenekler Stil
Alt 03-12-2005, 07:39 PM   #1 (permalink)
Administrator
 
Üyelik tarihi: Nov 2004
Nerden: İstanbul
Mesajlar: 355
İtibar Gücü: 10 ЯeboR is on a distinguished road
Limitli Seçme

Limitli Seçme

Ziyaretçiniz belirli sayıda seçenek seçebilmesine izin verir.


<HEAD>..</HEAD> arasına eklenecek kod :




<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function countChoices(obj) {
max = 2; // max. number allowed at a time

box1 = obj.form.box1.checked; // your checkboxes here
box2 = obj.form.box2.checked;
box3 = obj.form.box3.checked; // add more if necessary

count = (box1 ? 1 : 0) + (box2 ? 1 : 0) + (box3 ? 1 : 0);
// If you have more checkboxes on your form
// add more (box_ ? 1 : 0) 's separated by '+'

if (count > max) {
alert("Dikkat! Sadece " + max + " bölüm seçebilirsiniz! \nBir bölümden onayı kaldırın ve seçmek istediğiniz diğer bölümü seçin."); obj.checked = false;
}
}
// End -->
</script>



<BODY>..</BODY> arasına eklenecek kod :

<center>
<form>
Lütfen sadece 2 bölüm seçiniz:



<input type=checkbox name=box1 onClick="countChoices(this)" value="ON">Bölüm 1


<input type=checkbox name=box2 onClick="countChoices(this)" value="ON">Bölüm 2


<input type=checkbox name=box3 onClick="countChoices(this)" value="ON">Bölüm 3

</form> </center>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
] |
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ЯeboR Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Stumble this Post!Google Bookmark this Post!
Alıntı ile Cevapla
Cevapla


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler
Stil

Yetkileriniz
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-KodlarıKapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık


Bütün Zaman Ayarları WEZ +4 olarak düzenlenmiştir. Şu Anki Saat: 06:49 AM .


Donanım forumu - oyunoyun hilelerioyun - voip  - resimler - barbie oyunları
 

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0