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

📄 1111.asp

📁 一个有用的东西 希望大家喜欢 谢谢大家对本站的支持
💻 ASP
字号:
<script language="JScript">
function turnon(obj1){
obj1.style.background="#183c18";

}
function turnoff(obj1){
obj1.style.background="#687870";

}
</script>
<body bgcolor="#FFFFFF">
<form method="POST" action="type.asp?kind=109" name="search">        
      
  <p align="center">&nbsp;
  <p align="center">&nbsp;
  <p align="center"> 
    <input name="ersosearch" size="16" class="ersosearch" style="font-size: 9pt" value="请输入关键字">
    <input type=hidden name="search" value="ersosearch" style="font-size: 9pt">
    <select name="select" style="font-size: 9pt">
      <option value="01" selected>全部</option>
      <option value="02">名称</option>
      <option value="03">简介</option>
      <option value="04">最低消费</option>
      <option value="06">地址</option>
      <option value="07">有无车位</option>
      <option value="09">容纳客人</option>
    </select>
    <br>
    <input type="submit" value="CFN搜索" name="Search" style="font-size: 9pt">
    <input type="reset" value="重置" name="B1" style="font-size: 9pt">
</form>        
    <div align="center">         
<SCRIPT language=JavaScript1.2 
src="dropmenus.js" 
type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript type=text/javascript>
var xmac = ( navigator.userAgent.indexOf("Mac") < 0 );
var ie4 = ( navigator.userAgent.indexOf("MSIE") >=0 && parseInt( navigator.appVersion ) >= 4 );

function setmsg(msg) {
	window.status = msg;
	return true;
}

function popside() {
	if ( ie4 && xmac )	{
		var eSrc = window.event.srcElement;
		if ( eSrc.className == "clsSideBarItem" )	//only valid for side menu,	link class
		{
			var eMenu = document.all[eSrc.id.replace("tdSideBarItem", "divSideMenu")];  //link id -> div id
			if (eOpenMenu && eOpenMenu != eMenu) 	CloseMenu(eOpenMenu);
			if (eMenu)  OpenMenu(eMenu);
		}
		else if (eOpenMenu && !eOpenMenu.contains(eSrc) )
			CloseMenu(eOpenMenu);
		return false;
	} else
		return true;
}
</SCRIPT>
<center>
<div align=center><table cellspacing=0 cellpadding=0 border=0>
<tr>
        <td>
          <p align=left> 
            <%
on error resume next
connstr = "DBQ="+server.mappath("_database/redtoolsdata.asp")+";DefaultDir=;DRIVER={Microsoft Access Driver (*.mdb)};"
set conn=server.createobject("adodb.connection")
Conn.Open connstr
set rs = server.createobject("adodb.recordset")
sqlbytype="select * from data "
rs.open sqlbytype,conn,1,1
fl_xj=rs.recordcount

 
rs.close 
set rs=nothing 
conn.close 
set conn=nothing 
%>
            <br>
          </P>
        </td></tr></table></div>
<p><IMG alt="" border=0
                  hspace=2  name=a2
                  src="images/orange_dot.gif" > <a style="text-decoration:none"
                  onmouseout=changeImage(document.a2,arrow_off)
                  onmouseover=changeImage(document.a2,arrow_on) href="add9488.asp">商 
    家 登 记</a></p>
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td> </td>
    </tr>
  </table>
  <table width="100" border="0" cellspacing="0" cellpadding="0" height="162">
    <tr align="center"> 
      <td height="20" width="50%"><a href="type.asp?kind=101">酒店</a></td>
      <td height="20" width="50%"><a href="type.asp?kind=111">餐厅</a></td>
    </tr>
    <tr align="center"> 
      <td height="20" width="50%"><a href="type.asp?kind=107">茶楼</a></td>
      <td height="20" width="50%"><a href="type.asp?kind=102">酒吧</a></td>
    </tr>
    <tr align="center"> 
      <td height="20" width="50%"><a href="type.asp?kind=114">KTV</a></td>
      <td height="20" width="50%"><a href="type.asp?kind=109">歌舞厅</a></td>
    </tr>
    <tr align="center"> 
      <td height="20" width="50%"><a href="type.asp?kind=108">桑拿</a></td>
      <td height="20" width="50%"><a href="type.asp?kind=104">美容院</a></td>
    </tr>
    <tr align="center">
      <td height="22" width="50%"><a href="type.asp?kind=245">书店</a></td>
      <td height="22" width="50%"><a href="type.asp?kind=244">网吧</a></td>
    </tr>
    <tr align="center">
      <td height="60" width="50%"> </td>
      <td height="60" width="50%"> </td>
    </tr>
  </table>
</div>

⌨️ 快捷键说明

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