-Gizle-
-Gizle-
Anasayfa   En Yeni 50    Kod En Popüler 50 Kod Sende Yaz Kod Test Et Bize Ulaşın  
Arama


Kategoriler
  »  ADO.NET - ADO - (2)
  »  ASP - (56)
  »  ASP.NET - (19)
  »  C # - (5)
  »  C ++ - (28)
  »  CGI - (3)
  »  COMPONENT - (5)
  »  DATABASE - (6)
  »  DELPHI - (11)
  »  FLASH - (18)
  »  HTML - (443)
  »  JAVA - JSP - (45)
  »  JAVA SCRIPT - (133)
  »  PASCAL - (38)
  »  PERL - (11)
  »  PHP - (25)
  »  VISUAL BASIC - (30)
  »  VISUAL BASIC.NET - (6)
  »  WML - (9)
  »  XML - (2)

Reklam

Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture Hazir-Kod Merkezinde her türlü web ve program kodlari mevcuttur. Sitene ekle, html, asp, php, kodlar, kod, hazirkod, hazir kod, hazirkod, hazir kod, Ado.net - Ado, Asp, Asp.net, C # , C ++ , Cgi, Componenet, Database, Delphi, Flash, Html, Java - Jsp, JAVA Script, Pascal, Perl, Php, Visual Basic, Visual Basic.net, Wml, Xml, html kod, htmlkod, html kodlari, html kodu, logo, logolari, resim, resimleri, pictures, picture

20 Saniyede kaç kutu doldurursun OYUNU
Hazir-Kod Tarafından 16.01.2010 Tarihinde Eklenmiş, 326 Kere Okunmuş.
Açıklama : 20 Saniyede kaç kutu doldurursun OYUNU
<!---hazir-kod.net kod başlangıc--->
<html>
<HEAD>
<title>z-kutu_doldurmaca</title>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Tomer Shiran
<!-- Begin
var total = 0
var play = false
function display(element) {
var now = new Date()
if (!play) {
play = true
startTime = now.getTime()}
if (now.getTime() - startTime > 20000) {
element.checked = !element.checked
return
}
if (element.checked)
total++
else
total--
element.form.num.value = total
}
function restart(form) {
total = 0
play = false
for (var i = 1; i <= 100; ++i) {
form.elements[i>.checked = false
}
}
// End -->
</SCRIPT>
</HEAD>
<BODY>
<CENTER>20 saniyede kaç kutu doldurabilirsiniz? </CENTER>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
document.write("<FORM><CENTER>")
document.write('<INPUT TYPE="text" VALUE="0" ');
document.write('NAME="num" SIZE=10 onFocus="this.blur()"><BR>')
document.write("<HR SIZE=1 WIDTH=40%>")
for (var i = 0; i < 10; ++i) {
for (var j = 0; j < 10; ++j) {
document.write('<INPUT TYPE="checkbox" onClick="display(this)">')}
document.write("<BR>")}
document.write("<HR SIZE=1 WIDTH=40%>")
document.write('<INPUT TYPE="button" VALUE="Yeni" ');
document.write('onClick="restart(this.form)">')
document.write("</CENTER></FORM>")
// End -->
</SCRIPT>
</BODY>
</html>

<!---hazir-kod.net kod bitişi--->

Anasayfa   Bize Ulaşın    © 2008 Hazir Kod Kodlama - Türkiye