%@ page contentType="text/html;charset=GBK" language="java"%>
<%
//import com.zjhcsoft.bizpilotage.util.Util;
String strCode = request.getParameter("Code");
if (strCode == "" || strCode == null) {
//response.sendRedirect("http://www.bnet.cn");
response.sendRedirect("lhzx_index.do");
}
else {
response.sendRedirect("lhzx_index.do");
}
%>