⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 queryindex.jsp

📁 一套完整的工商12315的源程序jsp部分在12315里,后台JAVA部分在gs12315src里,没有打包数据库.
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%
String type=(String)request.getAttribute("type");
String nextAction=(String)request.getAttribute("nextAction");
String licenceSavePageFlage=(String)request.getAttribute("licenceSavePageFlage");
%>
<HTML>
<HEAD>
<META http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Pragma" content="no-cache"/>
<TITLE></TITLE>
<link href="<%=request.getContextPath()%>/include/style/style01/style.css" rel="stylesheet" type="text/css">
<base target="bottom">
</HEAD>
<body topmargin="0" leftmargin="0" class="businessBody01">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="100%">
  <tr>
    <td width="100%" height="70%" align="center">
    <p align="center">
    <img border="0" src="<%=request.getContextPath()%>/frameWork/style/images/017.jpg" >
<br>
</td>
  </tr>
  <tr>
    <td width="100%" height="30%" align="center">
    </td>
  </tr>
</table>
<script>
var w = screen.availWidth-10;
var h = screen.availHeight-30;
window.open("<%=request.getContextPath()%>/pageBuilderAction.do?action=<%=nextAction%>&type=<%=type%>&licenceSavePageFlage=<%=licenceSavePageFlage%>","queryIndexWindow","toolbar=no,resizable,scrollbars,dependent,width="+w+",height="+h+",top=0,left=0");

function refurbishWindowOpen(){
	window.open("<%=request.getContextPath()%>/pageBuilderAction.do?action=<%=nextAction%>&type=<%=type%>&licenceSavePageFlage=<%=licenceSavePageFlage%>","queryIndexWindow","toolbar=no,resizable,scrollbars,dependent,width="+w+",height="+h+",top=0,left=0");
}
</script>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -