sayfaya saat koymaKodları eğer isterseniz ASP sayfanıza ekleyebilir veya sıfır bir ASP dosyası oluşturup onun içine ekleyerek include yoluyla diğer sayfalarınıza yerleştirebilirsiniz.<%'our variablesDim dtmDate , dtmHour , dtmMinute , dtmSecond'store the system time in dtmDatedtmDate = Now()'now extract the hoursdtmHour = Hour(dtmDate)'now extract the minutesdtmMinute = Minute(dtmDate)'now extract the secondsdtmSecond = Second(dtmDate)%><%For i = 1 to Len(dtmHour)Response.Write ""NextResponse.Write ":"%><%For i = 1 to Len(dtmMinute)Response.Write ""NextResponse.Write ":"%><%For i = 1 to Len(dtmSecond)Response.Write ""NextResponse.Write ":"%>
Asp KodBank