Galveston County District Clerk
 

Jason Murray
District Clerk

 

     Welcome to the Galveston County District Clerk's Website.  I hope you find this site informational and helpful.  If you have any suggestions on improving our site, please email us with your ideas. 
 

Search Civil and Family Court Records
 

**We are currently experiencing technical difficulties with our phone system. Please try again later. We apologize for the inconvenience and thank you for your patience.**

Galveston County Hurricane Ike Litigation
 
E_JUROR ONLINE SERVICES
600 59th Street,  Room 4001
Galveston, Texas  77551-2388
Main (409)765-2690  Fax (409)766-2292
Mon-Fri  8 to 5


Last Updated on December 30, 2011
  <% if Application("FILELOCKED")<>"true" then Application("FILELOCKED")="true" 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("asp_count_default.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("asp_count_default.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 Application("FILELOCKED")="false" end if %> Visitors