%@ page language="java" errorPage="ErrorPage.jsp" import="java.sql.*,java.sql.ResultSet,java.sql.Statement,javax.servlet.*,java.util.*,java.net.URL,com.massagestore.*"%> <%@ include file="hometop.jsp" %> <% Vector V1=new Vector(); Vector V2=new Vector(); String cat_desc=null; String cat_img=null; String subCategory = null; int i=0; subCategory = request.getParameter("subcat_name"); // get the category name from the querystring String cat_name=request.getParameter("cat_name"); /*format.setMaximumFractionDigits(2); format.setMinimumFractionDigits(2);*/ %>
|