asp代码改错, 跪求高手指正!谢谢

来源:百度知道 编辑:UC知道 时间:2024/05/16 06:32:18
关于留言板方面的问题,主要我代码还不太强,请明确错误部分 我方便改 谢谢各位高手啦!加分!
代码在二楼,主要是无法显示,所以我都不知道自己错在哪里。
<!--#include file="talk/connection.asp"--> 留言板连接文件
<!--#include file="open.asp" --> 网站的框架文件
<!--#include file="syscode.asp" --> 代码变量文件
<!--#include file="top.asp" --> 网站框架标头文件
<!--#include file="down.asp" --> 网站框架底文件

没贴代码怎么改
你测试没有?有错误直接给错误提示,太长不想慢慢看

错误代码如下:

<!--#include file="talk/connection.asp"-->
<!--#include file="open.asp" -->
<!--#include file="syscode.asp" -->
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from bbs order by id desc"
rs.open sql,conn,1,2
%>
<html>
<head>
<title>留言板</title>
</head>
<body bgcolor="#CCCCCC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="top.asp" -->
<div align="center"><br>
<table width="500" border="0" cellpadding="2" cellspacing="0">
<tr>
<td><div align="right"><a href="talk/write.asp" title="发表新的评论&quo