<%@LANGUAGE="VBSCRIPT"%> <% Option Explicit %> <% set objRS = Server.CreateObject("ADODB.Recordset") objRS.ActiveConnection = KOSHconn objRS.Source = "SELECT * FROM CATEGORIES" objRS.CursorType = 0 objRS.CursorLocation = 2 objRS.LockType = 3 objRS.Open() %> KOSH Database - Contact Us
 



    

All events in and around the KOSH district can be listed on KOSH Info free of charge. To get your event listed here simply complete and submit the form below. Alternatively you can submit the information via phone (018) 4627401, or fax (018) 4627402.
   * = Optional

Date(s) of Event

Description of Event

Additional Information/Requirements*

Cost of Tickets/Entry

Contact Person & Telephone Number

 

 

 

 



<% Server.Execute("/metatraffic/track.asp") %> <% 'objRS.Close() Set objRS = Nothing %>