Hesap Makinesi Kodu
<table width="200" border="0" bgcolor="black"> <tbody> <tr> <td> <form name="formum"> <font color="white"> </font><center><font color="white"><strong>SAYI ISLEMCISI S.1.0</strong></font></center><font color="white"> 1.sayi<input type="text" name="say1" /> <br /> 2.sayi<input type="text" name="say2" /> <br /> sonuç<input type="text" name="sonuç" /> </font><center><font color="white"> <input type="button" onclick="topla(this.form)" value="+" /> <input type="button" onclick="çikar(this.form)" value="-" /> <input type="button" onclick="çarp(this.form)" value="x" /> <input type="button" onclick="böl(this.form)" value="/" /> <input type="button" onclick="ort(this.form)" value="ort" /> <input type="reset" value="SIL" /></font><hr /> <a href="http://asyon.tr.gg/Hesap-Makinesi-Kodu.htm"><font color="white">Sitene Ekle</font></a></center> </form> </td> </tr> </tbody> </table> |