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

📄 form.asp

📁 烈火之家整站程序 本程序集商业娱乐一体,本来是给自己用的但是我的国外空间支持不够好,就送给大家了. 1. 栏目包括 最新信息,下载,影音娱乐,作品展示,定制业务,支持服务,留言,关于本站. 2.管理员
💻 ASP
字号:
<script Language="JavaScript">
function Search_Validator(theForm) 
{ 
	if (theForm.Search_Keywords.value == "" || theForm.Search_Keywords.value == "请输入搜索关键字") 
	{ 
		alert("请填写要搜索的关键字"); 
		theForm.Search_Keywords.focus(); 
		theForm.Search_Keywords.value=""
		return (false); 
	} 
	return (true); 
} 
</script>
<div align=center>
  <table width=565 height=36 border=0 align=center cellpadding=0 cellspacing=0>
    <tr> 
      <form name="Search" method="post" action="search1.asp" onsubmit="return Search_Validator(this)">
        <td width="565" height="36" align=center  class=title> 
          <input type="text" name="Search_Keywords" size="35" ondblClick="this.value=''" maxlength="100" value="请输入搜索关键字" class=ibox> 
          <input type="radio" name="Search_Type" value="music" checked>
          音乐  
          <input type="radio" name="Search_Type" value="flash" >
          FLASH 
          <input type="radio" name="Search_Type" value="video" >
          视频 
          <INPUT  
type=image src="images/search.gif" alt=搜 align=absMiddle width="52" height="22" border=0 > </td>
      </form>
    </tr>
  </table>
 </div>
     

⌨️ 快捷键说明

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