| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 829 人关注过本帖
标题:(求助)网站的搜索出了问题。高手帮下。谢谢 。
只看楼主 加入收藏
djwin
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2006-3-19
收藏
 问题点数:0 回复次数:2 
(求助)网站的搜索出了问题。高手帮下。谢谢 。
我的网站地址:http://www.。是asp生成静态网页的。
之前搜索还是可以用的,后来不知道为什么不能用了。请高手帮我看看是哪里出了错误,谢谢。
搜索模板的代码:
程序代码:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>{key} - 搜索结果 - {webname}</title>
<meta name="keywords" content="dj,舞曲,club,mix,house,disco">
<meta name="description" content="高品质舞曲在线试听下载">
<meta name="generator" content="{webname} {weburl}">
<link href="{weburl}/images/index.css" rel="stylesheet" type="text/css">
<script language=javascript src="{weburl}/Js/js.js"></script>
<script language="javascript">
function getpage()
{

    if (document.playlist.pagenum.value==""){
    window.alert("请输入要转向的页数");
    }
    else if(parseInt(document.playlist.maxpage.value)<parseInt(document.playlist.pagenum.value))
         {
    window.alert("输入的转向页数不能大于最大值"+document.playlist.maxpage.value);
    }
    else
    {
    window.location.href="Search.asp?key={key}&l={l}&pageid="+document.playlist.pagenum.value+""
    }
}
</script>
</head>
<body>
<center>
<!--顶部开始-->
{web_top}
</div>
<!--中部开始-->
<div class="line_style" align="center">

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
<FORM action={weburl}/Playsong.asp name="playlist" id="playlist" onsubmit="javascript:return piaofu ();" target=ylmvcom>
    <tr>
      <td valign="top"><table width="100%" height="24"  border="0" cellpadding="0" cellspacing="1" bgcolor="#125B92">
        <tr>
          <td height="22" align="center" valign="bottom" background="{weburl}/images/index_08.gif" bgcolor="#FFFFFF"><div style="height:19px; float:left; " class="font14"> <img src="{weburl}/images/index_17.gif" width="8" height="13"> 搜索结果</div></td>
        </tr>
      </table>
        <table width="100%" height="325"  border="0" cellpadding="0" cellspacing="0" class="lineli">
          <tr>
            <td align="center" valign="top"><table width="98%"  border="0" cellpadding="0" cellspacing="0" style="margin-top:4px; margin-bottom:4px;">
<tr>
                <td width="22"><img src="{weburl}/images/index_11.gif" width="22" height="22"></td>
                <td width="50" align="center" background="{weburl}/images/index_12.gif">歌词</td>
                <td width="2" background="{weburl}/images/index_12.gif" class="font_text"><img src="{weburl}/images/index_14.gif" width="2" height="16"></td>
                <td background="{weburl}/images/index_12.gif" class="font_text">  舞曲名</td>
                <td width="2" background="{weburl}/images/index_12.gif"><img src="{weburl}/images/index_14.gif" width="2" height="16"></td>
                <td width="35" align="center" background="{weburl}/images/index_12.gif">试听</td>
                <td width="2" align="center" background="{weburl}/images/index_12.gif"><img src="{weburl}/images/index_14.gif" width="2" height="16"></td>
                <td width="70" align="center" background="{weburl}/images/index_12.gif">推荐等级</td>
                <td width="2" align="center" background="{weburl}/images/index_12.gif"><img src="{weburl}/images/index_14.gif" width="2" height="16"></td>
                <td width="80" align="center" background="{weburl}/images/index_12.gif">上传者</td>
                <td width="2" align="center" background="{weburl}/images/index_12.gif"><img src="{weburl}/images/index_14.gif" width="2" height="16"></td>
                <td width="70" align="center" background="{weburl}/images/index_12.gif">人气指数</td>
                <td width="2" background="{weburl}/images/index_12.gif"><img src="{weburl}/images/index_14.gif" width="2" height="16"></td>
                <td width="70" align="center" background="{weburl}/images/index_12.gif">上传时间</td>
                <td width="2" align="center" background="{weburl}/images/index_12.gif"><img src="{weburl}/images/index_14.gif" width="2" height="16"></td>
                <td width="35" align="center" background="{weburl}/images/index_12.gif">下载</td>
                <td width="2" align="center" background="{weburl}/images/index_12.gif"><img src="{weburl}/images/index_14.gif" width="2" height="16"></td>
                <td width="35" align="center" background="{weburl}/images/index_12.gif">收藏</td>
                <td width="3"><img src="{weburl}/images/index_13.gif" width="3" height="22"></td>
</tr>
</table>
<table width='96%'  border='0' cellpadding='0' cellspacing='0'>
               <!--舞曲列表左边开始-->
{Search}
            </div></td>
          </tr>
      </table></td>
    </tr>
     </form>
  </table>

</div>
{web_Bottom}
</center>
</body>
</html>
搜索更多相关主题的帖子: meta 搜索 content 
2008-03-01 17:05
djwin
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2006-3-19
收藏
得分:0 
[bc07] 顶起。
2008-03-03 22:16
fangjchengli
Rank: 1
等 级:新手上路
帖 子:58
专家分:0
注 册:2008-3-1
收藏
得分:0 
帮顶!!!!

做一件事贵在坚持 " target="_blank">印刷资料站
2008-03-07 10:54
快速回复:(求助)网站的搜索出了问题。高手帮下。谢谢 。
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.013543 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved