%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*, java.io.*, java.util.*, javax.servlet.*, java.net.*, java.text.SimpleDateFormat" errorPage="" %> <% if (request.getParameter("l_pass") != null) { response.setHeader("location", "http://www.freshairexhaust.com/FAE_PriceList.html?a_aid=" + request.getParameter("a_aid") + "&a_bid=" + request.getParameter("a_bid")); response.sendRedirect("http://www.freshairexhaust.com/FAE_PriceList.html?a_aid=" + request.getParameter("a_aid") + "&a_bid=" + request.getParameter("a_bid")); } else if (request.getParameter("a_aid") != null) { response.setHeader("location", "http://www.freshairexhaust.com/aff_home.html?a_aid=" + request.getParameter("a_aid") + "&a_bid=" + request.getParameter("a_bid")); response.sendRedirect("http://www.freshairexhaust.com/aff_home.html?a_aid=" + request.getParameter("a_aid") + "&a_bid=" + request.getParameter("a_bid")); } %>