
Sitenin genel konusu yada herhangi bi sorunu yok.. Tek
sorun Counter da dun baktıgınız sey counter'dı.
bu gun ise sizin söylediğiniz..
Kod:
<HTML>
<title>Kozyatagi.com</title>
<%
on error resume next << kaldırıldı..
' Create a server object
set fso = createobject("scripting.filesystemobject")
' Target the text file to be opened
set act = fso.opentextfile(server.mappath("asp_count.txt"))
' Read the value of the text document
' If the text document does not exist then the on error resume next
' will drop down to the next line
counter = clng(act.readline)
' Add one to the counter
counter = counter + 1
' Close the object
act.close
' Create a new text file on the server
Set act = fso.CreateTextFile(server.mappath("asp_count.txt"), true)
' Write the current counter value to the text document
act.WriteLine(counter)
' Close the object
act.Close
' Write the counter to the browser as text
Response.Write counter
%>
</body>
</HTML>
kaldırdıktan sonra bu kez
iframe in icindeki counter.
ASP hiçbirşey göstermeyip sunucu bulamıyor demeye basladı.. yerine yeniden
on error resume next eklemedim. sizin cevaplarınızı bekledim..
Kısaca tekrar söyliyim..
Pws icinde hersey oldıugu gibi yani gayet.net bi sekilde calısıyor hiçbir sorunu olmadan. Sadece
web'e upload ettiğimde calısmıyor ve beni deliirtiyor

anlicagınız bu. Sayfayla ilgili tek problem bu counter baska bi problemim yokki..
[ Hayatımda bi sitede counter uygulamıs adam değilim.. Cunku hiçde cazip gelmiyen bişey] Uyuz oldum..