ادخل و زور و اختار كل ما تريد
الصفحة الرئيسية­س .و .ج­ابحـث­قائمة الاعضاء­المجموعات­التسجيل­دخول
ابو عبده للمنتديات
!
1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document -->
الة حاسبة


var timerID = null var timerRunning = false function stopclock() { if(timerRunning) clearTimeout(timerID) timerRunning = false } function startclock() { stopclock() showtime() } Dim a Dim min1 Dim hr1 Dim sec1 'Initializes clock and tells it how to behave, when to start animation, etc