?? search.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" import="java.sql.*"%>
<html>
<head>
<title>新聞發布系統</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="../css/style.css" rel="stylesheet" type="text/css">
<script language="javascript">
function go()
{
if(add_form.search.value.length == 0)
{
alert("不能為空!");
}
else
{
add_form.submit();
}
}
</script>
</head>
<body>
<center>
<form name="add_form" action="serach_list.jsp" method="post">
<table width="100%">
<tr>
<td width="180" class="text-login">關鍵詞:(多關鍵詞用空格格開)</td>
<td width="300"class="text-login"><input type="text" name="search" class="inputlength300"></td>
<td class="text-login"><input type="button" value="搜索" class="logbutton" onclick="go()"></td>
</tr>
</table>
</form>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -