Saat ve tarih
Saat ve tarih
Sitenize koyabilece?iniz saat ve tarih kodlaryiyi günlerde kullanyn samiko yazylym
codeDivStart()
<% @LANGUAGE=VBscript %> <html> <head> <title>Ho?geldiniz!</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-9"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> </head> <body> <center> <% '' Yazy tipi boyutunu tutaca?ymyz bir de?i?ken tanymlayalym Dim fontBoyut %> <% '' yazy tipi boyutunu 1''den 7''ye kadar de?i?tirelim For fontBoyut = 1 To 7 %> <font size = <%=fontBoyut%>> Ho?geldiniz!<br> <% Next %> </center> <h3>Bugün <% =WeekdayName(Weekday(Date)) %>, <% = Date %>. ?u anda Server''da saat: <% = Time %>.<p> </h3> </body> </html>