
High
Quality and Economical Technical Translation,
DeskTop Publishing and Proof Reading Services.
Site
accessed
<%
fp = Server.MapPath("cgi-bin/aspcount.txt")
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.OpenTextFile(fp)
ct = Clng(a.ReadLine)
if Session("ct") = "" then
Session("ct") = ct
ct = ct + 1
a.close
Set a = fs.CreateTextFile(fp, True)
a.WriteLine(ct)
end if
a.Close
Response.Write ct
%>
times since 23rd July 2000,
last updated: 11th February 2001
|