客官留步,请听小女子一言
各位客官请细看——
小女子有2个网站A1,A2(内容基本相同),分别放在2个服务器B1,B2上。一日在后台不慎将网站A1上的product.asp删除,于是copy了A2上的同名文件(代码一模一样)上传到A1上,结果悲剧出来了,点击翻页(无论是首页,尾页,上一页,下一页),统统给我摆张臭脸——数据暂无,请稍后访问!
我发誓代码没有任何问题,因为A2网站运行的很好。看起来貌似网站A1对product.asp的克隆体毫不感冒,简直目中无它。为什么A1不接纳product.asp?我该肿么办!
各位兄台,给个高见吧!小女子感激不尽!
具体现象可到网站狂点http://www.armdesigner.com/Productss90.html
[code=CSS][/code]<!--#include file="inc/conn.asp" -->
<!--#include file="inc/txt.asp" -->
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>ARM9,ARM11 Single Board Computers ,Computer-on-Mdule and peripherals</title>
<link href="css/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="960" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left"><!--#include file="top.asp" -->
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="6" colspan="3"></td>
</tr>
<tr>
<td width="190" valign="top" bgcolor="#C4D7E1"><span class="zhi18">Products</span><br />
<br />
<table width="98%" border="0" align="left" cellpadding="2" cellspacing="1">
<%
sql="select * from fuleibie where soo='产品大类' order by xuhao asc "
rs.open sql,conn,1
do until rs.eof
%>
<tr>
<td height="22" bgcolor="#3B7492" class="bai"><a href="Productss<%=rs("lb_id")%>.html" class="an"><%=rs("leibie")%></a> </td>
</tr>
<%
set rs1=server.CreateObject("adodb.recordset")
sql="select * from shop2 where soo='产品大类' and fabu=1 and c2='"&rs("leibie")&"'"
rs1.open sql,conn,1
do until rs1.eof
%>
<tr>
<td height="20" bgcolor="#8EB8CA"><a href="<%=rs1("c1")%>.html"><%=rs1("c1")%></a> </td>
</tr>
<%
rs1.movenext
loop
rs1.close
%>
<%
rs.movenext
loop
rs.close
%>
</table>
</td>
<td width="6" valign="top"> </td>
<td height="430" valign="top">
<%
leibie=chee(request.QueryString("leibie"))
'set rs1=server.CreateObject("adodb.recordset")
'sql="select * from shop2 where soo='产品大类' and c2='"&leibie&"'"
sql="select * from shop2 where soo='产品大类' and c2='"&leibie&"' and fabu=1 order by xuhao desc"
rs.open sql,conn,1
IF rs.eof and rs.bof THEN
Response.Redirect("error.asp?tishi=No data, please visit later!")
END IF
page=Request.QueryString("page")
page=int(page)
rs.pagesize=6
xsize=rs.pagesize
xcount=rs.pagecount
shu=pages(page,xcount,xsize)
rs.absoluteposition=shu
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
<td colspan="2"> </td>
</tr>
<tr>
<td width="20" height="25" bgcolor="#F2F2F2"><img src="images/04183449.gif" width="12" height="12" align="absmiddle" /></td>
<td bgcolor="#F2F2F2"><span class="z14"><%=rs("c2")%></span></td>
<td width="100" align="center" bgcolor="#F2F2F2"><strong></strong></td>
</tr>
<tr>
<td height="8"></td>
<td height="8" colspan="2"></td>
</tr>
</table>
<table width="98%" border="0" cellpadding="0" cellspacing="0">
<%
for i =1 to 3
%>
<tr>
<%
for j =1 to 2
IF not rs.eof THEN
%>
<td colspan="2" align="left"><table width="380" border="0" cellpadding="2" cellspacing="2">
<tr>
<td width="15" height="10" rowspan="2" align="center"> </td>
<td width="130" height="130" rowspan="2" align="center" bgcolor="#F3F3F3"><a href="<%=rs("c1")%>.html"><img src="<%=rs("c3")%>" width="161" height="125" border="0" /></a></td>
<td height="24" align="left" bgcolor="#EBF2F5"><strong><a href="<%=rs("c1")%>.html"><%=rs("c1")%></a></strong></td>
</tr>
<tr>
<td height="108" align="left" valign="top" bgcolor="#EBF2F5"><table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="word-break:break-all"><%=rs("info2")%></td>
</tr>
</table></td>
</tr>
</table></td>
<%
rs.movenext
END IF
next
'rs.close
%>
</tr>
<%
next
%>
<tr>
<td height="8" align="center"></td>
<td height="8" align="center"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right"><%
'参数祥解a为信息条数,b为pagecount,c为url,d为page
url="Productss.asp?leibie="&leibie&"&"
page2 rs.recordcount,xcount,url,page
rs.close
%></td>
</tr>
</table></td>
</tr>
<tr>
<td height="6" colspan="3"></td>
</tr>
</table>
<!--#include file="top2.asp" -->
</td>
</tr>
</table>
</body>
</html>
[解决办法]
这个故事告诉我们备份是多么的重要
你应该看一下,这个页面的包含文件路径是否正确,两个网站的结构是否一致
[解决办法]
如果在未出问题之前,两个网站都正常,按照你刚刚说的 代码都一样 ,那么就要看 路径了出问题了没,看看是没是网站名字没换回来,其实 如果 数据库有备份 那就舒服多了 还是自己仔细检查啊 细小的问题 往往需要静心下来仔细想想的
[解决办法]
建议复制A网站某一个网页重命名为product.asp然后把B网站这个网页的代码贴过来,只复制head以下的就可以了。。
要还不行。。。就找个好男人嫁了吧
[解决办法]
A1网站说了,妞,那个页面提供数据引用的和洒家这里的引用地址不一样!