include/top.asp中没有吧?下面是/top.asp代码:
<%
'<! *************************************************************
'程序名称:凹丫丫新闻发布管理系统
'程序作者:凹丫丫
'联系方式:e-mail:lovecswh@163.com qq: 232706573
'http://www.oyaya.cn
'*************************************************************** >
%>
<div align="center">
<center>
<img src="images/banner.gif" width="800" height="175" />
<table width="800" height="35" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td height="40" align="center" background="images/menu_right_bg02.jpg"><p align="center"> <a href="default.asp">首 页</a> </p></td>
<% sqlt="select * from bigclass order by BigClassID"
set rst=server.createobject("ADODB.Recordset")
rst.open sqlt,conn,1,1
do while not rst.eof
%> <td background="images/menu_right_bg02.jpg"><p align="center"> <a href="otype.asp?classid=<%=rst("bigclassid")%>"><%=rst("bigclassname")%></a> </p></td>
<%
rst.movenext
loop
rst.close
set rst=nothing
%> <td align="center" background="images/menu_right_bg02.jpg"><p align="center"> <a href="all.asp">所有新闻</a> </p></td>
<td align="center" background="images/menu_right_bg02.jpg">
<a href="guestbook.asp" target="_blank">联系我们</a></td>
</tr>
</tbody>
</table>
</center>
</div>