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

📄 groupbutton.jsp

📁 一套完整的工商12315的源程序jsp部分在12315里,后台JAVA部分在gs12315src里,没有打包数据库.
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%
String page_code;
page_code=request.getParameter("page_code");

%>
<html>
<body topmargin="0" leftmargin="0">
<LINK href="style/webstyle.css" type=text/css rel=stylesheet>
<center>
<form name=from1 ">
<table border="0">
<tr>
<td>
数量:<input type="text" value="1" name="num" size=4>&nbsp;&nbsp;
<input type="button" value="添加行" name="B1" onclick='parent.addreportDateLineMain.addline(document.all.num.value);'>&nbsp;&nbsp;
<input type="button" value="删除行" name="B2" onclick='parent.addreportDateLineMain.delline(document.all.num.value);'>&nbsp;&nbsp;
<input type="button" value="全部清除" name="B2" onclick='parent.addreportDateLineMain.dellineAll();'>&nbsp;&nbsp;
<input type="button" value="保 存" name="B3" onclick='parent.addreportDateLineMain.check();'>&nbsp;&nbsp;
<input type="button" value="预 览" name="B3" onclick='parent.addreportDateLineMain.viwe();'>&nbsp;&nbsp;
<input type="submit" value="返回列表" name="B3" onclick="parent.location='groupList.jsp?page_code=<%=page_code%>'"><br>
<center><font color="red">页面规格:A4	竖向:780pt	横向:980pt</font>
</td>
</tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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