newssearch.jsp

来自「在线信息发布系统。在Eclipse下进行开发结合了struts等主流技术」· JSP 代码 · 共 42 行

JSP
42
字号
<%@ page language="java" contentType="text/html; charset=gb2312"
    pageEncoding="gb2312"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新闻搜索中心</title>
</head>
<body>

<center><h2>新闻搜索</h2></center>


<form method="post" action="newsSearch.do">
<table border="0px" cellspacing="0" cellpadding="10" align=center width="40%" bgColor=#E4E8EF noborder>
<tr>
	<td nowrap="nowrap" width=10%>
		标题:
	</td>
	<td width=15%>
		<input type="text" name="title">
	</td>
</tr>
<tr>
	<td nowrap="nowrap">
		作者:
	</td>
	<td>
		<input type="text" name="author">
	</td>
	<td align="left">
		<input type="submit" value="开始搜索">
	</td>
</tr>

</table>
</form>



</body>
</html>

⌨️ 快捷键说明

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