forumcreate.jsp

来自「mysql+stuts jdbc连接数据库 BBS论坛」· JSP 代码 · 共 36 行

JSP
36
字号
<%@ page contentType="text/html;charset=utf-8" language="java"%>
<%@ include file="/common/taglibs.jsp"%>
<html:html>
<head>
	<title>
		新增论坛
	</title>
</head>

<link href="images/myStyleClass.css" rel="stylesheet" type="text/css">

<body>
	<%@ include file="/common/header2.jsp"%>

	<html:errors />
	<html:form method="post" action="/forumcreate.do">
		<table width="775" border="1" align="center">
			<tr>
				<td align="center" bgcolor="#00CCFF">
					新增论坛
				</td>
			</tr>
			<tr>
				<td align="center">
					论坛名:
					<input type="text" name="forumname" size="20" maxlength="50">
					<input type="submit" name="Submit" value="提交">
				</td>
			</tr>
		</table>

	</html:form>
	<%@ include file="/common/footer.jsp"%>
</body>
</html:html>

⌨️ 快捷键说明

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