addaffiche.jsp

来自「一个毕业设计网络招标系统实现了招标的业务逻辑内含了数据库sql server备份」· JSP 代码 · 共 64 行

JSP
64
字号
<%@ page language="java" import="java.util.*" pageEncoding="GB2312"%>
<%String path = request.getContextPath();
			String basePath = request.getScheme() + "://"
					+ request.getServerName() + ":" + request.getServerPort()
					+ path + "/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<base href="<%=basePath%>">

		<title>My JSP 'addaffiche.jsp' starting page</title>

		<meta http-equiv="pragma" content="no-cache">
		<meta http-equiv="cache-control" content="no-cache">
		<meta http-equiv="expires" content="0">
		<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
		<meta http-equiv="description" content="This is my page">

		<!--
    <link rel="stylesheet" type="text/css" href="styles.css">
    -->
	</head>

	<body bgcolor="#c5def6"><iframe  height=0></iframe>
		<h2 align="center">
			添加公告信息
		</h2>
		<FORM action="servlet/addffichelistSer" method="GET">
			<table border="1" align="center" bgcolor="#C5DEF6" bgcolor="#6685C5">
				<TR bgcolor="#FFFFFF">
					<TD>
						公告主题:
					</TD>
					<TD>
						<INPUT type="text" name="affiche" size="20" />
					</TD>
				</TR>
				<tr bgcolor="#FFFFFF">
					<td>
						内&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;容:
					</td>
					<td>
						<TEXTAREA rows=""   name="afficheTextArea"></TEXTAREA>
					</td>
				</tr>
			</table>
			<table align="center">
				<tr>
					<td>
						<INPUT type="submit" value="提交" />

					</td>
					<td>
						<INPUT type="Reset" value="重写" />

					</td>
				</tr>
			</table>
		</FORM>
	</body>
</html>

⌨️ 快捷键说明

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