%@ page contentType="text/html;charset=MS950" %>
<%@ page import="java.io.*" %>
<%@ page import="java.lang.*" %>
<%@ include file="../paths.jsp" %>
<%
String datafile=datPath + "chi/boci_gift.txt";
int ItemsPerPage=6;
String ICON_SELF=webPath + "images/gift/self.gif";
String ICON_SHIP=webPath + "images/gift/ship.gif";
String ICON_FREE=webPath + "images/gift/freeship.gif";
String tmpStr=new String();
int frmPlan,frmCategory,frmPage;
tmpStr=request.getParameter("plan");
if (tmpStr!=null){
try {
//Integer.parseInt(tmpStr);
frmPlan=Integer.parseInt(tmpStr);
}
catch (Exception e){
frmPlan=0;
}
}
else
frmPlan=0;
tmpStr=request.getParameter("category");
if (tmpStr!=null){
try {
//Integer.parseInt(tmpStr);
frmCategory=Integer.parseInt(tmpStr);
}
catch (Exception e){
frmCategory=0;
}
}
else
frmCategory=0;
tmpStr=request.getParameter("page");
if (tmpStr!=null){
try {
//Integer.parseInt(tmpStr);
frmPage=Integer.parseInt(tmpStr);
}
catch (Exception e){
frmPage=1;
}
}
else
frmPage=1;
%>
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||