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

Genel Forum Sitesi
 
AnasayfaAnasayfa  Latest imagesLatest images  AramaArama  Kayıt OlKayıt Ol  Giriş yap  
Sayfayı FaceBook'ta Paylaş

 

 Kronometre Kodu

Aşağa gitmek 
YazarMesaj
Sahra
ForumSahraSiteSahibi
ForumSahraSiteSahibi
Sahra


<b>Mesaj Sayısı</b> Mesaj Sayısı : 428
<b>Tecrübe</b> Tecrübe : 1091
<b>Rep Puanı</b> Rep Puanı : 29
<b>Kayıt Tarihi</b> Kayıt Tarihi : 07/07/11
<b>Yaş</b> Yaş : 31
<b>Nerden</b> Nerden : Bilmem
<b>Lakap</b> Lakap : gececi

Kronometre Kodu Empty
MesajKonu: Kronometre Kodu   Kronometre Kodu EmptyCuma 29 Tem. - 16:55:50

Kod:
<script language="JavaScript"><!--

            // please keep these lines on when you copy the source

            // made by: Nicolas - http://www.javascript-page.comvar timerID = 0;

            var tStart = null;function UpdateTimer() { if(timerID) {

            clearTimeout(timerID); clockID = 0; } if(!tStart)

            tStart = new Date(); var tDate = new Date();

            var tDiff = tDate.getTime() - tStart.getTime(); tDate.setTime(tDiff);

            document.theTimer.theTime.value = ""

            + tDate.getMinutes() + ":"

            + tDate.getSeconds();

            timerID = setTimeout("UpdateTimer()", 1000);}function Start() {

            tStart = new Date(); document.theTimer.theTime.value = "00:00";

            timerID = setTimeout("UpdateTimer()", 1000);}function Stop() {

            if(timerID) { clearTimeout(timerID); timerID = 0; }

            tStart = null;}function Reset() { tStart = null;

            document.theTimer.theTime.value = "00:00";}//--></script>

            <body onload="Reset()" onunload="Stop()"><center><form name="theTimer"><table>

            <tr> <td colspan=3 align=center>

            <input type=text name="theTime" size=5> </td> </tr>

            <tr><td></td></tr> <tr> <td>

            <input type=button name="start" value="Start" onclick="Start()">

            </td> <td>

            <input type=button name="stop" value="Stop" onclick="Stop()">

            </td> <td>

            <input type=button name="reset" value="Reset" onclick="Reset()">

            </td> </tr></table></form></center>
Sayfa başına dön Aşağa gitmek
https://sahra.forumdizini.com
 
Kronometre Kodu
Sayfa başına dön 
1 sayfadaki 1 sayfası
 Similar topics
-
» Reklam Kodu
» Sağ Tuş Yasaklama Kodu !
» Mp3 Player Kodu!
» Mesaj Penceresi Kodu
» Türkçe Takvim Kodu

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
SahraForumDizini :: Webmaster :: HTML Kodlari-
Buraya geçin: