%@ 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 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
{
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"%>
| |
Unsubscribe from Harmony Sweets Newsletter |
Please Unsubscribe me from your Newsletter. I realize I can sign up again at anytime.
|
<%if(flag.equals("E")){%>
Invalid Email Address. Please enter again. |
<%}%>
<%if(flag.equals("F")){%>
Sorry! Error during unsubscription.
|
<%}%>
| |
| |
|
<%@ include file="bottom.jsp"%>