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

📄 addaffiche.jsp

📁 一个毕业设计网络招标系统实现了招标的业务逻辑内含了数据库sql server备份文件
💻 JSP
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -