?? search.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="inc/const1.asp"-->
<!--#include file="inc/const2.asp"-->
<%
''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Jimmy中文站留言簿 Version 1.06 '
' http://WWW.LUNJI.COM '
' Powered by BlueSailor '
' QQ:428140 E-MAIL: bluesailor@etang.com '
''''''''''''''''''''''''''''''''''''''''''''''''''''''
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>搜索留言--<%=lybtitle%></title>
<!--#include file="css.asp"-->
<SCRIPT language=javascript>
function check(key) {
if (key.keyword.value=="") {
alert("查詢不能為空!請填寫。")
key.keyword.focus()
return false
}
else
return true
}
</SCRIPT>
</head>
<body topmargin="1" bgcolor="<%=bodybgcolor%>" alink=<%=alink%> vlink=<%=vlink%> link=<%=link%> ><!--#include file="top.asp"--><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<form action="searchresult.asp" method="POST"
onsubmit="return check(this)">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="<%=bordercolor%>" width="650" align="center" height="64">
<tr>
<td width="100%" height="64" bgcolor="<%=tablebgcolor%>"><div align="center">
<font color="#000000"> <b> 查詢方式:</b><select size="1" name="classid" style="border:1px solid #99CCFF; color: #000000; background-color: #9FC7FB; ">
<option selected>留言內容</option>
<option>姓名</option>
</select> 關鍵字:<input
type="text" size="28" maxlength="12" name="keyword"
style="color: #FF0000; font-size: 10pt; border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom: 1px dotted blue"
><input type="submit" name="B1" value="查詢(S)" accesskey="s" class=noborder>
</font>
</td>
</tr>
</table></form>
<br><br><br><br><br>
<br><!--#include file="bottom.asp"-->
</body></html>
<%
connclose()
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -