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

<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/... <!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>无标题文档</title>
</head>

<body>
<!--#include file="Connection.asp"-->
<%
dim id,sql,rs
sql="select*form xw order by id desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
<a href="count-news.asp?id=<%=rs("id")%>"><%=rs("bt")%></a>
<%rs.movenext
loop%>
</body>
</html>
哪里错咯?知道的请回复我哦
展开
 我来答
zh072890
推荐于2018-03-19
知道答主
回答量:9
采纳率:0%
帮助的人:0
展开全部
<!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>无标题文档</title>
</head>

<body>
<!--#include file="Connection.asp"-->
<%
sql="select*form xw order by id desc"
con.open strconn
rs.open strsql,strconn,1,3
do while not rs.eof
%>
<a href="count-news.asp?id=<%=rs("id")%>"><%=rs("bt")%></a>
<%
rs.movenext
loop
rs.close
con.close
set con=nothing
%>
</body>
</html>
-----Connection.asp--------
<%
set con=server.CreateObject("ADODB.connection")
set rs=server.CreateObject("ADODB.recordset")
strconn="provider=microsoft.jet.oledb.4.0;data source="&server.MapPath("db/dbname.mdb")
%>
nm62xemfo
2011-04-20 · TA获得超过1698个赞
知道小有建树答主
回答量:1338
采纳率:100%
帮助的人:793万
展开全部
script 等等

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitio
这句话就是告诉浏览器你用的html代码是哪一个版本
w3c根据你声明的版本来检查你的代码是否符合w3c规范

XHTML 1.0 Transitio 是过渡型,现在大部分用的都是这个
具体的内容很多,想弄清楚还是要多看资料
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2011-04-20
展开全部
sql语句写错了!正确的写法应该是
sql = select * from xw order by desc
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式