📄 doedit.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>修改新闻</title>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
.STYLE1 {color: #FFFFFF}
-->
</style></head>
<body>
<form id="form1" name="form1" method="post" action="/meikuang/doeditNews.do">
<table width="662" height="146" border="1" align="center">
<tr>
<td width="652" height="49" bgcolor="#0000FF"><label></label>
<label>
<div align="center"><span class="STYLE1">修 改 新 闻</span></div>
</label></td>
</tr>
<tr>
<td width="652" height="49"><label>新闻标题:
<input name="title" type="text" id="title" value="${sessionScope.shownews.title}" size="30" />
</label>
<label>*</label></td>
</tr>
<tr>
<td height="38">作者:
<label>
<input name="users" type="text" id="textfield" value="${sessionScope.shownews.users}" size="30" />
</label></td>
</tr>
<tr>
<td height="49"><div align="center">
<p>新闻内容*</p>
<p>
<textarea name="content" id="textarea" cols="60" rows="20">${sessionScope.shownews.content}</textarea>
</p>
<p>
<label>
<input type="submit" name="button" id="button" value="提交" />
</label>
<label>
<input type="reset" name="button2" id="button2" value="重置" />
</label>
</p>
</div> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -