Kayıtlar

Js 4 İşlem

<html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>http://www.bilisimogretmeni.com/</title> <script type="text/javascript"> function toplam() { var deger1 = parseInt(document.getElementById('sayi1').value); var deger2 = parseInt(document.getElementById('sayi2').value); document.getElementById('sonuc').value = deger1 + deger2; } function cikartma() { var deger1 = parseInt(document.getElementById('sayi1').value); var deger2 = parseInt(document.getElementById('sayi2').value); document.getElementById('sonuc').value = deger1 - deger2; } function carpma() { var deger1 = parseInt(document.getElementById('sayi1').value); var deger2 = parseInt(document.getElementById('sayi2').value); document.getElementBy...

Js Matrix

<style type="text/css"> .matrix { font-family:Lucida Console, Courier, Monotype; font-size:10pt; text-align:left; width:10px; padding:0px; margin:0px;} </style>

Js Mouse Tuş Tanıma

<script language="javascript"> function buton()

Js Günlerin İng. Karşılığı

<script language="javascript"> function goster1() { form1.sonuc.value=form1.gunler.options[form1.gunler.selectedIndex].value

Js Kullanıcı Adı Şifre Sorgulama

<script language="javascript"> function yaz() { if(document.anaform.kad.value=="sifre" && document.anaform.sifre.value=="1234")

Js Kullanıcıya Tablo Oluşturmak

<script type="text/javascript" language="javascript"> function yaz() {

Js For Döngüsü

<script language="javascript"> function yaz() {