<% String view = ds.utils.gv(request, "view"); String business_id = ds.utils.gv(request, "business_id"); ds.db.pool p = new ds.db.pool("pb_content2"); ds.db.table business = p.newTable("business"); %> Doctor Dental - Harnessing the Internet For Your Dental Health
 

 



 

Dental Links

<% if (view.equals("") && business_id.equals("")) { %>

Search our dental links directory to find the contact details of the dental company, body or organisation you require.

 Health Organisations  Consumer Companies
GoInternational, European and UK health organisations. GoManufacturers and service companies providing products and service with the dental field.
 Associations  Government Bodies
GoProfessional and trade associations in the dental field. GoGovernment bodies and agencies concerning healthcare.
 Health Authorities  Consumer Bodies
GoUK local health authorities and central health authority departments. GoBodies representing consumer and patient groups.
<% } else if (!view.equals("")) { String[][] businessVals = business.findByValues(new String[] {"business_id", "name", "town", "linea", "county"}, "WHERE nature = '" + view + "' AND dentonly = '0' ORDER BY name"); String index = ds.utils.gv(request, "index"); int iIndex = 0; try { iIndex = Integer.parseInt(index); } catch (Exception ex) {iIndex = 0;} int noPages = businessVals.length; if ((noPages % 20) == 0) noPages = noPages / 20; else noPages = ((noPages - (noPages % 20)) / 20) + 1; %>
Your search has returned <%= businessVals.length %> results(s)
<% for (int i = (iIndex * 20); i < businessVals.length && i < ((iIndex + 1) * 20); i++) { %> <% } %>
Organisation
<%= businessVals[i][1] %><%= businessVals[i][2] %>View
<% if (iIndex != 0) { %><% } %>Previous page<% if (iIndex != 0) { %><% } %>   <% for (int i = 0; i < noPages; i++) { %> <% if (i != iIndex) { %><% } %><%= (i+1) %><% if (i != iIndex) { %><% } %>   <% } %> <% if (iIndex != (noPages - 1)) { %><% } %>Next page<% if (iIndex != (noPages - 1)) { %><% } %>
<% } else if (!business_id.equals("")) { business.findByPrimaryKey(business_id); %>
 <%= business.get("name") %>
<% if (!business.get("lineb").equals("")) { %> <% } %> <% if (!business.get("linec").equals("")) { %> <% } %> <% if (!business.get("telephone").equals("")) { %> <% } %> <% if (!business.get("fax").equals("")) { %> <% } %> <% if (!business.get("email").equals("")) { %> <% } %> <% if (!business.get("website").equals("")) { %> <% } %> <% if (!business.get("postcode").equals("")) { %> <% } %>
<%= business.get("linea") %>
<%= business.get("lineb") %>
<%= business.get("linec") %>
<%= business.get("town") %>
<%= business.get("county") %>
<%= business.get("postcode") %>
<%= business.get("country") %>
T <%= business.get("telephone") %>
F <%= business.get("fax") %>
E <%= business.get("email") %>
W <%= business.get("website") %>" target="_blank" class="speciallinks"><%= business.get("website") %>
" target="_blank" class="speciallinks">Map (UK only)
<% if (!business.get("literature").equals("")) { %>
<%= business.get("literature") %>
<% } %>
<% } %>
Quick List
Health Organisations
Associations
Health Authorities
Consumer Companies
Government Bodies
Consumer Bodies


"My Good Practice Guide
and PracticeSearch will
help you find an online
dentist who cares"
 
Doctor Dental's CV
Home
 
<% p.close(); %>