<%@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
 



  Add your property here.


 

Your property for sale can be listed on KOSH Info free of charge. To get your property listed here simply complete and submit the form below. Alternatively you can submit your property via SMS.
 

Your Name

Your cellphone number

Address of your property

Price of property

 

 

 

 



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