%@ page language="java" import="java.util.*,util.*,java.net.*" %>
<%@ page import="org.apache.log4j.PropertyConfigurator"%>
<%@ page import="org.apache.log4j.BasicConfigurator"%>
<%@ page import="org.apache.log4j.Logger"%>
<%@ include file="loadProperty.jsp" %>
<%
String country="";
String category="";
String flag="";
flag=(request.getParameter("flag")==null)?"":request.getParameter("flag");
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{
country=session.getValue("country").toString();
}catch(Exception e){country="Australia";}
try{
category=session.getValue("category").toString();
}catch(Exception e){category="";}
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="";
}
%>
Gift Certificate Balance Harmony Sweets
<%@ include file="top_dropdown.jsp"%>
| |
Check Your Gift Certificate Balance |
To check the balance of your e-certificate please enter the
e-certificate number in the box below and then click on Submit.
|
<%if(flag.equals("F")){%>
Invalid Certificate Number/Authentication Id. Please enter again. |
<%}%>
| |
| |
|
<%@ include file="bottom.jsp"%>