?? inc_searchnews.asp
字號:
<%
'┌─ 風云ASP在線 ────────────────────────┐
'│ │
'│ 作者:趙振波. http://www.fyasp.com │
'│ │
'│ Q Q:176189168 │
'│ │
'│ Email:fy96@163.com │
'│ │
'│ 程序定做,系統開發,網站制作,提供高質量的網絡產品、技術和服務!│
'│ │
'│【版權聲明】 │
'│ │
'│ 本程序版權歸坐看風云所有,未經授權擅自修改、復制或散布本程序│
'│ │
'│的部分或全部,將承受嚴厲的民事和刑事處罰,對已知的違反者將給予法 │
'│ │
'│律范圍內的全面制裁。對非法使用此程序所造成的一切后果本人概不負責!│
'│ │
'└─────────────────── http://www.fyasp.com ──┘
%>
<script language="javascript">
//檢驗表單的合法性
function SearchInfoForm() {
if (document.SearchInfo.Keyword.value == "") {
alert("\關健字不能為空!");
document.SearchInfo.Keyword.focus();
}
else {
return true;
}
return false;
}
</script>
<table borderColor="#111111" height="50" cellSpacing="0" cellPadding="0" width="558" border="0">
<form name="SearchInfo" action="<% = strSysUrl%>Search_news.asp" method="post" OnSubmit="return SearchInfoForm()">
<tbody>
<tr>
<td vAlign="bottom" width="558" colSpan="7" height="8"></td>
</tr>
<tr>
<td width="134" height="21"><font class="b01">輸入所需信息的關鍵字:</font></td>
<td width="200"><input name="Keyword" type="text" size="28" value="行業新聞搜索" onmouseover=this.focus();this.select(); onclick="this.value='';"></td>
<td vAlign="top" width="37" align="center"><input type="image" height="36" width="37" src="<% = strImageUrl%>button_go_01.gif" name="Submit1" border="0"></td>
<td width="21"></td>
<td width="78"><a href="<% = strSysUrl%>news.asp"><img height="39" src="<% = strImageUrl%>button_advanced_search.gif" width="78" border="0" alt="查看全部信息"></a></td>
<td width="10"></td>
<td width="78"><a href="<% = strSysUrl%>Add.asp"><img alt="發布信息" src="<% = strImageUrl%>button_match_01.gif" border="0" width="78" height="39"></a></td>
</tr>
</tbody>
</form>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -