📄 queryyearcheckupselect.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%@ page import="java.util.*"%>
<%@page import="java.util.*,com.gs.util.*"%>
<%@ page import="com.gs.control.event.PageBuilderEvent;"%>
<%
String nextAction=(String)request.getAttribute("nextAction");
String nextPageType=(String)request.getAttribute("nextPageType");
String td="businessTd00";
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>年检台帐选择</title>
<link href="<%=request.getContextPath()%>/include/style/style01/style.css" rel="stylesheet" type="text/css">
</head>
<body class="businessBody01">
<form name=from1 action="<%=request.getContextPath()%>/pageBuilderAction.do" target="main" method=post>
<input type="hidden" name=action value="<%=PageBuilderEvent.query_yearCheckup%>">
<input type="hidden" name="type" value="<%=nextPageType%>">
<input type="hidden" name="ztfl" value="<%=nextPageType%>">
<center>
<table border="0" width="720">
<tr>
<td><img src="<%=request.getContextPath()%>/images/bg3.gif" border="0" > <font class="textBusinessTitle">年检台帐选择</font></td>
</tr>
</table>
<table border="1" width="720" class=businessTable00>
<tr>
<td height="31" class="businessTdTitle00" ><span style="font-size:11pt">台 帐 选 择</span>
</td>
</tr>
<tr>
<td class="<%=td%>Left" style="height:40"><center><span style="font-size:10pt">
<input type="radio" value="02" checked name="yearcheckupSelect" onclick="check()">已年检企业<input type="radio" value="07" name="yearcheckupSelect" onclick="check()">未年检企业<input type="radio" value="03" name="yearcheckupSelect" onclick="check()">未申报年检企业<input type="radio" value="04" name="yearcheckupSelect" onclick="check()">未通过年检企业(受理中)<input type="radio" value="05" name="yearcheckupSelect" onclick="check()">注销企业<input type="radio" value="06" name="yearcheckupSelect" onclick="check()">吊销企业<input type="radio" value="01" name="yearcheckupSelect" onclick="check()">年检综合情况查询</span></td>
</tr>
</table>
</form>
<script>
function check(){
document.from1.submit();
}
document.from1.submit();
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -