<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">




<html xmlns="http://www.w3.org/1999/xhtml">

<head><title>山房网</title>

<meta content="text/html; charset=utf-8" http-equiv="Content-Type">

<meta content="ie=7" http-equiv="x-ua-compatible">

<meta name="Keywords" content="山房搜索">

<meta name="description" content="山房搜索"><link rel="SHORTCUT ICON" href="favicon.ico"><link rel="stylesheet" type="text/css" href="http://so.sdfdc.com/images/css.css"><link rel="stylesheet" type="text/css" href="http://so.sdfdc.com/images/jquery.autocomplete.css">

<script type="text/javascript" src="http://so.sdfdc.com/images/jquery.js"></script>		 

<script language="javascript">







function test() {

  if(document.form1.wd.value.length < 1) {

 //alert("关键词不能为空！");

 document.form1.wd.focus();

 return false;

 }



 }

 </script>



<script type="text/javascript">

$(function(){

$(".suggestionList li").mouseover(function(){

alert("dsfasdf")

$(this).addClass("m-over").siblings("li").removeClass("m-over")

})

})

</script>

<script type="text/javascript">

function putcatid(aacatid){

var aacatid=aacatid;

document.getElementById("catid").value = aacatid; 

document.getElementById("c"+aacatid).className = 'tabon'; 

for (var i=0;i<5;i++)

{

if(i != aacatid)

document.getElementById("c"+i).className = ''; 

}

}

 function lookup(inputString) {

	

 var go_catid=document.getElementById("catid").value;





  if(inputString.length == 0) {

   $('#suggestions').hide();

  } else {

   $.post("sdatav5.php", {queryString: ""+inputString+"",postcatid: ""+go_catid+""}, function(data){

    if(data.length >0) {

     $('#suggestions').show();

     $('#autoSuggestionsList').html(data);

    

    }

   });

  }

 } 

 function fill(thisValue) {

  $('#inputString').val(thisValue);

  setTimeout("$('#suggestions').hide();", 200); 

 } 

  function autosub(thisValue) {

  $('#inputString').val(thisValue);

  document.form1.submit();

 }

 function test() {

  if(document.form1.wd.value.length < 1) {

 document.form1.wd.focus();

 return false;

 }

 } 

</script>

 

<script type="text/javascript">

var makeSearchUrl = function(o){

var keys = o.wd.value;

if(keys == "" || keys == "请输入关键字"){

alert("请输入关键字");

var url = "search.php?catid="+getck('scatid')+"&wd="+ keys;

window.location.href=url;

//window.open(url,'_self');

return false;

}

</script>




<style type="text/css">

.suggestionList{ position:absolute; background:#fff; border:#ddd solid 1px; z-index:999999999}

.suggestionList ul{}

.suggestionList li{ height:30px; line-height:30px; list-style:none; padding:0 10px;}

.suggestionList li.m-over{ background:#f1f1f1; color:#f00}

</style>



<meta name="GENERATOR" content="MSHTML 8.00.6001.23588"></head>

<body>

<!-- <table width="100%" border="0" cellspacing="0" cellpadding="0">

  <tr>

    <td height="140">&nbsp;</td>

  </tr>

  <tr>

    <td><div align="center"><img src="http://www.sdfdc.com/error1/imgerror/error.gif" width="925" height="155" /></div></td>

  </tr>

  <tr>

    <td><div align="center"></div></td>

  </tr>

  <tr>

    <td height="125"><div align="center">3 秒后自动跳转�&#65533; <a href="http://so.sdfdc.com"><font color="#ff0600">山房搜索</font><br /></a>

    <a href="http://www.sdfdc.com/about/law.html" target="_blank"><font color="#000">[ 版权及免责声�&#65533; ]</font></a></div></td>

  </tr>

  <tr>

    <td><div align="center"><img src="http://www.sdfdc.com/error1/imgerror/kefu.gif" width="323" height="20" /></div></td>

  </tr>

  <tr>

    <td height="70"><div align="center">Copyright &copy; 2013 sdfdc.com 山东山房信息产业有限公司版权所�&#65533;<br />

    总部地址：济南市民生大街22号三箭银苑B�&#65533;1908</div></td>

  </tr>

</table> -->

<div style="BACKGROUND-COLOR: #2a98da; WIDTH: 100%; HEIGHT: 40px"></div>

<h3 style="font-family:微软雅黑; text-align:center; padding:100px 0; font-size:22px; font-weight:600; color:#25a">您访问的页面不存在或者被删除，请<a href="" style="padding:0 6px; color:#f30;">搜索</a>相关信息�&#65533;</h3>



<form id="form1" onsubmit="return test()" method="get" name="form1" action="search.php"><input id="catid" type="hidden" name="catid"> 

<div style="TEXT-ALIGN: center; WIDTH: 100%">

<div style="TEXT-ALIGN: left; LINE-HEIGHT: 40px; MARGIN: 0px auto; WIDTH: 677px; HEIGHT: 40px">

<ul class="sfbloklu">

  <li id="c0" class="tabon" onclick="putcatid(0);">综合 </li>

  <li id="c1" onclick="putcatid(1);">新房 </li>

  <li id="c2" onclick="putcatid(2);">二手 </li>

  <li id="c3" onclick="putcatid(3);">资讯 </li>

  </ul></div></div>

<div style="TEXT-ALIGN: center; WIDTH: 100%">

<div style="BACKGROUND-IMAGE: url(http://so.sdfdc.com/images/ss2.png); TEXT-ALIGN: left; LINE-HEIGHT: 60px; MARGIN: -2px auto 0px; WIDTH: 677px; HEIGHT: 60px">

<div style="WIDTH: 550px; FLOAT: left"><input style="BORDER-BOTTOM-STYLE: none; LINE-HEIGHT: 60px; BORDER-RIGHT-STYLE: none; BACKGROUND-COLOR: transparent; WIDTH: 545px; FONT-FAMILY: '微软雅黑'; BORDER-TOP-STYLE: none; HEIGHT: 60px; COLOR: #000000; MARGIN-LEFT: 10px; FONT-SIZE: 20px; BORDER-LEFT-STYLE: none" id="inputString" onkeyup="lookup(this.value);" onblur="fill(this.value);" name="wd"> 

 <div class="suggestionsBox" id="suggestions" style="display: none;">

<div class="suggestionList" id="autoSuggestionsList">&nbsp;</div>

</div>

 </div>

<div style="WIDTH: 105px; FLOAT: right; HEIGHT: 60px"><input style="BORDER-BOTTOM-STYLE: none; LINE-HEIGHT: 60px; BORDER-RIGHT-STYLE: none; BACKGROUND-COLOR: transparent; WIDTH: 100px; BORDER-TOP-STYLE: none; HEIGHT: 60px; BORDER-LEFT-STYLE: none; CURSOR: pointer; MARGIN-RIGHT: 25px" title="点击开始搜�&#65533;" value=" " type="submit"> 

</div></div></div></form>

</body>

</html>

<!--
     FILE ARCHIVED ON 07:03:55 Jun 02, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:22:44 Sep 15, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
<!--
playback timings (ms):
  captures_list: 0.662
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.017
  esindex: 0.009
  cdx.remote: 22.449
  LoadShardBlock: 162.762 (6)
  PetaboxLoader3.datanode: 203.917 (8)
  PetaboxLoader3.resolve: 358.201 (3)
  load_resource: 440.513 (2)
-->