View Single Post
ישן 21-03-06, 21:18   # 3
Alter
תודה על תרומתך.
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 35
הודעות: 3,103

Alter לא מחובר  

לא ציינת באיזו שפה.. אז בג'אווה סקריפט:
קוד:
<script language="javascript">
function checkclick(){
		var age1,;
		age1 = document.frm.age.selectedIndex;
	}
}
</script>

<select size="1" name="age" class="textBoxSmall" value="age">
<optgroup label="אנא בחר את השנת לידתך" selected>
<script language="javascript">
var r;
for (r=1950;r<2000;r++) {
	document.write("<option name="+r+">"+r+"</option>");
}
</script>
עבודה לבית ספר אל תשאל
__________________
Alter.
  Reply With Quote