⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inc_searchnews.asp

📁 个人网站系统,本人基于第三方源码进行更改!
💻 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%>Info.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 + -