View Single Post
Sponsorlu Bağlantılar
Zoque.Forum
Advertisement
Old 21.11.2003   #4 (permalink)
hayalet
 
hayalet's Avatar
 
Üyelik Tarihi: 07.10.2002
Yer: İstanbul
Yaş: 26
Mesaj: 986
Kod:
<script>
function check(f){
	if(!f.ornek.checked){
		alert('Çok ayıp');
		return false;
	}
	return true;
}
</script>

<form name="myform" action=# onSubmit="return check(this)">
<input type="radio" name="ornek" value="5">
<input type="submit">
</form>
hayalet şu an çevrimdışı   Mesajdan alıntı yaparak yeni bir cevap ekleyin