Tek Mesajı Görüntüle
Old 07-13-2007, 06:56 PM   #1
jockeя
Administrator
 
jockeя Kullanıcısının Avatarı
 
Üyelik Tarihi: Aug 2005
Mesajlar: 8,106
Teşekkür Etme: 20
Thanked 155 Times in 28 Posts
Üye No: 1
İtibar Gücü: 70000
Rep Puanı : 434913
Rep Derecesi : jockeя has a reputation beyond reputejockeя has a reputation beyond reputejockeя has a reputation beyond reputejockeя has a reputation beyond reputejockeя has a reputation beyond reputejockeя has a reputation beyond reputejockeя has a reputation beyond reputejockeя has a reputation beyond reputejockeя has a reputation beyond reputejockeя has a reputation beyond reputejockeя has a reputation beyond repute
Cinsiyet :
Ünvan : Admin
Varsayılan [ASP]Basit bir sayaç

<%
'Eğer Application("hit") bos ise Application("hit") 'i sifira esitliyoruz
If Application("hit") = "" Then
Application("hit") = 0
End If

'Application("hit") sayisini 1 arttiriyoruz
Application("hit") = Application("hit") + 1
%>

<%= Application("hit") %> Ziyaretçi.. www.cakal.net
jockeя çevrimdışı   Alıntı ile Cevapla