<%@ LANGUAGE="VBScript" %> <% ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' System : StoreFront 2000 Version 4.04.0 ' Date : 1.6.2000 ' Author : LaGarde, Incorporated ' Description : StoreFront Search Interface ' Notes : There are no configurable elements in this file. ' ' COPYRIGHT NOTICE ' ' The contents of this file is protected under the United States ' copyright laws as an unpublished work, and is confidential and ' proprietary to LaGarde, Incorporated. Its use or disclosure in ' whole or in part without the expressed written permission of ' LaGarde, Incorporated is expressely prohibited. ' ' (c) Copyright 1998 by LaGarde, Incorporated. All rights reserved. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' %> <% DSN_Name = Session("DSN_Name") Set Connection = Server.CreateObject("ADODB.Connection") Connection.Open DSN_Name SQL = "SELECT Distinct CATEGORY from Product" Set RSSrchCategory = Connection.Execute(SQL) SQL = "SELECT Distinct MFG from Product" Set RSSrchManufacturer = Connection.Execute(SQL) %>

 

 

 

 

 

 

 

 

 

 

 

 

 

   View Our New Store!

Search Tips:

1.  The more letters you type in, the narrower the search. For example, if you type in "Ebony", the search will result in both Gabon Ebony and Macassar Ebony. If you type in "Gabon Ebony", the search will result in only Gabon Ebony

2.  If you have a particular category in mind for the Gabon Ebony such as "lumber", click on the "lumber" in the category section, and that will eliminate all of the other categories for Gabon Ebony such as squares, samples, etc. 

3.  This search doesn't work if you misspell the name of a wood. If you are unsure of a spelling, you can check the spelling of a specie by referring to the "Wood List" which lists woods alphabetically by specie.

4.  If you don't care so much about a particular specie but would like to see all of the lumber in a variety of species, leave the wood specie blank and click on the "lumber' category.

<% Connection.Close Set Connection = Nothing %>