Kodlar Bunlar Kaldı Geçti olcak çalısmıyor
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<**** charset="UTF-8">
<title></title>
</head>
<body>
<script type="text/javascript">
function button() {
var sayi1 =********.getElementById(sayi1);
var sayi2 =********.getElementById(sayi2);
var sonuc =********.getElementById(sonuc);
if( (((parseInt(sayi1.value) ) + (parseInt(sayi2.value) ) ) / 2 <50){
sonuc.innerHTML="Gectin"
}
else{
sonuc.innerHTML ="Kaldın";
}
}
</script>
Not 1 : <input type="text" id="sayi1" />
Not 2 : <input type="text" id="sayi2" />
<button onclick="button();">Hesapla Please </button>
<p id="sonuc">Sonuç</p>
</body>
</html>
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<**** charset="UTF-8">
<title></title>
</head>
<body>
<script type="text/javascript">
function button() {
var sayi1 =********.getElementById(sayi1);
var sayi2 =********.getElementById(sayi2);
var sonuc =********.getElementById(sonuc);
if( (((parseInt(sayi1.value) ) + (parseInt(sayi2.value) ) ) / 2 <50){
sonuc.innerHTML="Gectin"
}
else{
sonuc.innerHTML ="Kaldın";
}
}
</script>
Not 1 : <input type="text" id="sayi1" />
Not 2 : <input type="text" id="sayi2" />
<button onclick="button();">Hesapla Please </button>
<p id="sonuc">Sonuç</p>
</body>
</html>
