![]() |
|
|||||
|
|
|||||
|
|
|
|||||
|
<%
on error resume next
' Create a server object
set fso = createobject("scripting.filesystemobject")
' Target the text file to be opened
set act = fso.opentextfile(server.mappath("data/counter.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("data/counter.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
%>
This sites are viewed by <% =Response.Write(counter)%> visitors! |
Seicho-No-Ie Fall Bazaar at SNI NY Center 11/16 and 17 What is next exciting events? August and September Schedule are available. Is there any healing and counseling available? August and September Schedule are available. Where is SNI NY located? Address and Maps. SNI books will change your life The more you read, the more you will find your true self! |
|
Greeting Message for the Spiritual Visitors Dear Spiritual Brothers and Sisters. Download and read latest Newsletter August 2002 issue is available. Why SNI is good for you? Testimonials. What is SNI by the way? Explanation of the basics of SNI. Introduction of the teachings Sharing the quotes from the books Is there any SNI in other cities? Yes! All over the world!. |
|||
|
|
||||||