%@ Language=VBScript %> <% 'Option Explicit%> <% %> <% response.redirect "default.asp" %> <% Set fs = CreateObject("Scripting.FileSystemObject") Wfile=server.mappath("\") & "\PR_OES\counter\counter1.txt" on error resume next Set a = fs.OpenTextFile(Wfile) hits = Clng(a.ReadLine) hits = hits + 1 a.close if error then hits = 1 end if Set a = fs.CreateTextFile(Wfile,True) a.WriteLine(hits) a.Close %>
|
|
|
This page has moved..
please see This page
Page last updated on November 13, 2008 02:48 PM
|
| Contact the County Webmaster | Number of hits: <% =hits %> |