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



    

Add your Business/Service to our growing database FREE OF CHARGE by completing and submitting the form below. Please read the FAQ section and the Completion Guide for assistance.

* = Required Information

Business Name*

Description of Business*
(i.e. Service and/or Product offered, what is it you do)

Street Address*

Suburb*

City/Town*

Postcode (Street)*

Postal Address

Post Office

Postcode (Box)

Contact Person*

1st Telephone Number*

2nd Telephone Number

Fax Number

Cellular/Mobile Number

E-mail Address

Website Address

Keywords*

Additional Information

 

 

 

 



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