<% Response.CacheControl = "Public" %> ----- Richland Chiropractic Clinic -----

 

 

Let go shopping!

 

Office:
972-644-4744
Fax:
972-644-4449
Email:
Click Here
Our whole staff welcomes you to the RCC website.  We have applied great effort to accommodate and educate you about Chiropractic within this website.  So please browse around and use some of our useful tools.  If you need additional information or want to tell us something then just contact us and we'll be glad to help you out.

RCC Staff

Make an Appointment Online
Questions or Comments
First Visit History Form
Chiropractic For Children
About RCC
The Doctors
Directions / Hours
Insurance Info
FAQ
Insurance FAQ
Treatment
Therapy
Admin Login

All contents copyright © 2001-2005   Richland Chiropractic Clinic  All rights reserved.

<% 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("cgi-bin/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("cgi-bin/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 %>