![]() |
|
|
.
|
About Us | Services | Information | Press Release | Contact Us | Rate Schedule | Terms and Conditions | Archives
Storage
Masters
Honolulu, HI
Phone: 808.845.3241
hcs1@hawaii.rr.com
Last Updated on February 14, 2003
<%fp = Server.MapPath("public/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 %>