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



 
AnasayfaAnasayfa  PortalPortal  AramaArama  Latest imagesLatest images  Kayıt OlKayıt Ol  Giriş yapGiriş yap  

 

 Sitene Hesap Makinesi Ekle

Aşağa gitmek 
YazarMesaj
S@L!H
P@TRON
P@TRON
S@L!H


Mesaj Sayısı : 287
Kayıt tarihi : 17/02/08
Yaş : 35
Nerden : istanbul

Sitene Hesap Makinesi Ekle Empty
MesajKonu: Sitene Hesap Makinesi Ekle   Sitene Hesap Makinesi Ekle Empty2/21/2008, 00:53

Kod:
html>
<head>
<title>sablon
</title>
<script language="javaScript">

function topla(ne){
ne.sonuç.value=parseFloat(ne.say1.value)+parseFloat(ne.say2.value);
}
function çikar(ne){
ne.sonuç.value=parseFloat(ne.say1.value)-parseFloat(ne.say2.value);
}
function çarp(ne){
ne.sonuç.value=parseFloat(ne.say1.value)*parseFloat(ne.say2.value);
}
function böl(ne){
ne.sonuç.value=parseFloat(ne.say1.value)/parseFloat(ne.say2.value);
}
function ort(ne){
ne.sonuç.value=[parseFloat(ne.say1.value)+parseFloat(ne.say2.value)]/2;
}
</script>

</head>
<body>
<table border="0" width="200"bgcolor="black"><tr><td>
<form name="formum"><font color="white">
<center><b>SAYI ISLEMCISI S.1.0</b></center>
1.sayi<input type="text" name="say1">
<br>2.sayi<input type="text" name="say2">
<br>sonuç<input type="text" name="sonuç">
<center>
<input type="button" value="+" onclick="topla(this.form)">
<input type="button" value="-" onclick="çikar(this.form)">
<input type="button" value="x" onclick="çarp(this.form)">
<input type="button" value="/" onclick="böl(this.form)">
<input type="button" value="ort" onclick="ort(this.form)">
<input type="reset" value="SIL"><hr>©2008 www.kodmerkezi.tr.gg</form>

</td></tr></table>
</body>

Sayfa başına dön Aşağa gitmek
https://sanal.forum-canada.com
 
Sitene Hesap Makinesi Ekle
Sayfa başına dön 
1 sayfadaki 1 sayfası
 Similar topics
-
» Sitene Hukuk Haberleri Kodu

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
 :: WEPMASTER :: Siteniz İçin Html Kodları-
Buraya geçin: