📄 bbsadd.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page info="database handler"%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>博雅论坛</title>
</head>
<body background ="images/1.jpg">
<jsp:useBean id="user" class="serv.member" scope="request"/>
<jsp:useBean id="bbs" class="serv.bbs" scope="request"/>
<jsp:useBean id="bbsuser" class="serv.bbsuser" scope="request"/>
<br><br><br><br><br><br><br><br><br><br>
<div align="center">
<center>
<table border="0" width="100%">
<tr>
<td width="100%">
</td>
</tr>
</table>
</center>
</div>
<div align="left">
<center>
<table border="1" width="557" bordercolorlight="#000000" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" height="381">
<tr>
<td width="100%" bgcolor="#669999">
<p align="center"><font color="white">发表新帖</font><br></p><br></td>
</tr>
<tr>
<td width="100%" bgcolor="white" valign="top">
<div align="left">
<center>
<table border="0" width="520" height="302">
<tr>
<td width="100%" valign="top">
<form method="POST" action="bbssave.jsp" onSubmit="return check_input(this)" name="bbs_add_form">
<p align="left" style="margin-top: 0pt; margin-bottom: 0pt;"><b></b></p><p align="left" style="margin-top: 0pt; margin-bottom: 0pt;">
<font color="#669999"><strong>发帖人:</strong></font>
<label>
<input name="userName" type="text" size="15">
</label>
</p>
<p align="left" style="margin-top: 0pt; margin-bottom: 0pt;"> </p>
<p align="left" style="margin-top: 0; margin-bottom: 0"><b><font color="#669999">主题:</font></b>
<input type="text" name="bbstopic" size="50"></p>
<p align="left" style="margin-top: 0pt; margin-bottom: 0pt;">
<b><font color="#669999"><br></font></b></p><p align="left" style="margin-top: 0pt; margin-bottom: 0pt;"><b><font color="#669999">内容:</font><font color="#008000">
</font></b>
<textarea rows="4" name="bbscontent" cols="50"></textarea> </p>
<input class="buttonface" type="submit" value=" 发 表 " name="B1">
<input class="buttonface" type="reset" value=" 取 消 " name="B2">
<p align="left" style="margin-top: 0; margin-bottom: 0">
</form>
</td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -