<% @LANGUAGE = VBScript ENABLESESSIONSTATE=True %> <% OPTION EXPLICIT SetLocale(1033) Response.buffer=True '***************************************************************************** ' Created By: Martin Blumenfeld ' Create Date: November 2009 ' Description: Company Directory Search '***************************************************************************** %> <% p_Title = "Company Directory" %> Company Directory Search
" method="post"> <% Response.Write(Session("errors")) Session("errors") = "" %>

To help narrow down the results please select from the search criteria below. If you don't receive many results you might want to try broadening your search criteria.

    
City: <% call BuildList("city", "City", "City...", getSearchCriteria("city"), false, "") %>
Region(s): <% call BuildCheckboxList("region", "region", getSearchCriteria("region"), 3, "", true) %>
Sector(s): <% call BuildCheckboxList("sector", "sector", getSearchCriteria("sector"), 3, "", true) %>
Product Line(s): <% call BuildCheckboxList("productLine", "productLine", getSearchCriteria("productLine"), 3, "", true) %>
Wood Species: <% call BuildCheckboxList("species", "species", getSearchCriteria("species"), 3, "", true) %>