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

📄 default.asp

📁 大家好
💻 ASP
📖 第 1 页 / 共 3 页
字号:
<%@ LANGUAGE="VBSCRIPT"%>
<!-- #include file="ADOVBS.INc" -->
<%if session("city")="" then 
	if request("city")="" then
		session("city")="北京" 'default is beijing
	else
		session("city")=request("city")
	end if
else
	if request("city")<>"" then
		session("city")=request("city")
	end if
end if
%>
<html>
<head>
<title>找一找欢迎您的光临!</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="html/3508.css">
<style type="text/css">
<!--
.bottom {  font-size: 12px; color: #000000; background-color: #E8E277; cursor: hand}
.textarea {  font-size: 12px; color: #000000; background-color: #FFFFE8}
.select1 {  font-size: 12px; color: #000000; background-color: #FFFFE8}
.dateyj {  font-size: 11px; color: #000000; font-style: italic}
.big1 {  font-size: 14px; color: #003366}
.red {  color: #FF0000}
.new1 {  font-size: 13pt; font-weight: bold; color: #FF0000}
.yjtitle {  line-height: 50px}
-->
</style>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
function form_login_onsubmit() {
	return check1();
}
function modify_onclick() 
{
	if(check1())
	{
		var username=document.form_login.username.value
		var password=document.form_login.password.value
		window.location="member/fill_member.asp?username="+username+"&password="+password;
	}
}

function check1()
{
	var f=document.form_login
	if (f.username.value.length<=0)
    {
		window.alert("请输入用户名!");
		f.username.focus();
		return false;
	}
	if (f.password.value.length<=0)
    {
		window.alert("请输入口令!");
		f.password.focus();
		return false;
	}
	return true;

}

function form_search_onsubmit() {
	return check2()
}
function check2()
{
	var f=document.form_search;
	if (f.fenlei1.value=='0')
    {
		window.alert("请选择类别!");
		f.fenlei1.focus();
		return false;
	}
	if (f.keyword.value.length<=0)
    {
		window.alert("请输入关键字!");
		f.keyword.focus();
		return false;
	}
               
	return true;

}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->
</SCRIPT>
</head>
<body bgcolor="#ffffff" topmargin="4">
<table width="740" border="0" cellspacing="0" cellpadding="0" align="center" height="35" bgcolor="#FFFFF8">
  <tr> 
    <td width="216" rowspan="2" valign="middle" class="new1"> <img src="images/zhao1zhao.gif" width="180" height="38"></td>
    <td align="right" valign="bottom" height="35" rowspan="2" colspan="2"><font size="6"color="#000000"><img src="images/title.gif" width="380" height="60"></font></td>
    <td align="right" height="15" width="140" valign="bottom">www.找一找.com </td>
  </tr>
  <tr> 
    <td align="right" width="140" valign="top" height="3"> 
      <form>
        请选择城市 
        <select name="list" class="select1" 
        	onChange="location.href='default.asp?city='+this.form.list.options[this.form.list.selectedIndex].value">
          <option value="北京" <%if session("city")="北京" then%>selected<%end if%>>北京</option>
          <option value="上海" <%if session("city")="上海" then%>selected<%end if%>>上海</option>
          <option value="广州" <%if session("city")="广州" then%>selected<%end if%>>广州</option>
          <option value="武汉" <%if session("city")="武汉" then%>selected<%end if%>>武汉</option>
          <option value="成都" <%if session("city")="成都" then%>selected<%end if%>>成都</option>
          <option value="重庆" <%if session("city")="重庆" then%>selected<%end if%>>重庆</option>
          <option value="天津" <%if session("city")="天津" then%>selected<%end if%>>天津</option>
          <option value="深圳" <%if session("city")="深圳" then%>selected<%end if%>>深圳</option>
          <option value="西安" <%if session("city")="西安" then%>selected<%end if%>>西安</option>
          <option value="沈阳" <%if session("city")="沈阳" then%>selected<%end if%>>沈阳</option>
          <option value="all"  <%if session("city")="all" then%>selected<%end if%>>全国</option>
        </select>
      </form>
    </td>
  </tr>
</table>
<table width="740" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFF8">
  <tr>
    <td rowspan="2" width="140"><%=formatdatetime(now,vblongdate)%></td>
    <td width="600"></td>
  </tr>
  <tr>
    <td width="600"> 
      <table width="602" border="0" cellspacing="0" cellpadding="0" background="images/td.gif">
        <tr align="center"> 
          <td width="75" height="16"><a href="html/navigator.htm">本站导航</a></td>
          <td width="75" height="16"> <a href="sh/main.asp">二手市场</a></td>
          <td width="75" height="16"><a href="chat/default.asp">供求信息</a></td>
          <td width="75" height="16"><a href="news/index.asp">精品生活</a></td>
          <td width="75" height="16" onMouseOver="MM_showHideLayers('Layer1','','show')" onMouseOut="MM_showHideLayers('Layer1','','hide')"> 
            <div id="Layer1" style="position:absolute; width:55px; height:15px; z-index:1; left: 488px; top: 106px; visibility: hidden"><font color="#FF9900">投稿中心</font></div>
            我爱生活</td>
          <td width="75" height="16">流行时尚</td>
          <td width="75" height="16">热点网站</td>
          <td width="75" height="16">联系我们</td>
      </tr>
    </table>
    </td>
  </tr>
  <tr>
    <td colspan="2" bgcolor="#006600"></td>
  </tr>
</table>

<table width="740" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr bgcolor="#33CCCC"> 
    <td height="19"> </td>
  </tr>
</table>

<table width="740" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td height="400" width="202" valign="top" align="center"> 
      <table border="0" cellspacing="0" cellpadding="0" height="16">
        <tr>
          <td width="24"><img src="images/cl.gif" width="24" height="19"></td>
          <td width="154" align="center" bgcolor="#33CCCC">【商品检索】</td>
          <td width="24"><img src="images/cr.gif" width="24" height="19"></td>
        </tr>
      </table>
      <table border="0" cellspacing="0" cellpadding="0" align="center" width="154" bgcolor="#33CCCC">
        <tr align="center" valign="bottom"> 
          <td height="1" bgcolor="FF0000" width="154"></td>
        </tr>
        <tr align="middle"> 
          <td width="154"> 
            <form name="form_search" method="post" action="search\search_keys.asp" LANGUAGE=javascript onsubmit="return form_search_onsubmit()">
              <table border="0" cellspacing="0" cellpadding="0" align="center">
                <tr> 
                  <td></td>
                </tr>
                <tr valign="bottom"> 
                  <td height="30"> 
                    <select name="fenlei1" class="select1" size="1">
					      <option value="0" selected>--请选择类别--</option>
					      <option value="电脑·配件">电脑·配件</option>
					      <option value="外设·耗材">外设·耗材</option>
					      <option value="网络产品·系统集成">网络产品·系统集成</option>
					      <option value="软件·电脑服务·培训">软件·电脑服务·培训</option>
					      <option value="房屋·地产">房屋·地产</option>
					      <option value="车辆">车辆</option>
					      <option value="通讯器材">通讯器材</option>
					      <option value="家用电器">家用电器</option>
					      <option value="装饰装修·五金交电">装饰装修·五金交电</option>
					      <option value="办公·广告·文化">办公·广告·文化</option>
					      <option value="餐饮·娱乐">餐饮·娱乐</option>
					      <option value="旅游·移民">旅游·移民</option>
					      <option value="美容·健身·艺术">美容·健身·艺术</option>
					      <option value="中介·代理">中介·代理</option>
					      <option value="服务">服务</option>
					      <option value="商业">商业</option>
                    </select>
                  </td>
                </tr>
                <tr> 
                  <td></td>
                </tr>
                <tr align="center"> 

⌨️ 快捷键说明

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