<%@ page language="java" import="java.util.*,java.net.*,util.Property" %> <%@ page import="org.apache.log4j.Logger" %> <%@ page import="org.apache.log4j.PropertyConfigurator" %> <%@ page import="org.apache.log4j.BasicConfigurator" %> <%@ page import="org.apache.log4j.Logger" %> <%@ include file="loadProperty.jsp" %> <% String login_check="",all_product=""; try{ login_check=((String)session.getValue("login")==null)?"":(String)session.getValue("login"); if(login_check.equals("")) login_check=""; }catch(Exception e){login_check="";} try{ all_product = (session.getValue("all_product").toString()==null)?"":session.getValue("all_product").toString(); if(all_product.equals("")) all_product=""; }catch(Exception e){ all_product=""; } %> Harmony Sweets <%@ include file="top_dropdown.jsp"%>

Looking for just the right confection? Choose from the options below.

Country :

Company :

Taste/Ingredient :

Price :


<%@ include file="bottom.jsp"%>