📄 groupbutton.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>
<input type="button" value="添加行" name="B1" onclick='parent.addreportDateLineMain.addline(document.all.num.value);'>
<input type="button" value="删除行" name="B2" onclick='parent.addreportDateLineMain.delline(document.all.num.value);'>
<input type="button" value="全部清除" name="B2" onclick='parent.addreportDateLineMain.dellineAll();'>
<input type="button" value="保 存" name="B3" onclick='parent.addreportDateLineMain.check();'>
<input type="button" value="预 览" name="B3" onclick='parent.addreportDateLineMain.viwe();'>
<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 + -