<!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>
哪里错咯?知道的请回复我哦 展开
<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>
哪里错咯?知道的请回复我哦 展开
3个回答
展开全部
<!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")
%>
<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")
%>
展开全部
script 等等
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitio
这句话就是告诉浏览器你用的html代码是哪一个版本
w3c根据你声明的版本来检查你的代码是否符合w3c规范
XHTML 1.0 Transitio 是过渡型,现在大部分用的都是这个
具体的内容很多,想弄清楚还是要多看资料
<!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
sql = select * from xw order by desc
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询