你试试
<!--#include file="conn.asp"-->
<!--#include file="bigclass.asp"-->
<HTML>
<HEAD>
<TITLE>紫雨轩 - <%=dn("bigclassname")%> - 家园</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="images/text.css" type=text/css rel=stylesheet>
<BODY text=#000000 bgColor=#f7dbce leftMargin=0 background=images/bg.gif
topMargin=0>
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center
background=images/to_bj2.gif border=0>
<TBODY>
<TR>
<TD background=images/to_bj.gif colSpan=3 height=8></TD></TR>
<TR>
<TD width=20 background=images/to_bj2.gif height=19></TD>
<TD class=top vAlign=bottom align=right background=images/to_bj2.gif
height=19>&nbsp; </TD>
<TD width=20 background=images/to_bj2.gif height=19></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center bgColor=#d5dac2
border=0>
<TBODY>
<TR>
<td><FONT
color=#ff0000><a href="/">首页</a>&nbsp;&gt;&nbsp;<a href="Article.asp?bigclassname=<%=dn("bigclassname")%>" target="_blank"><%=dn("bigclassname")%></a>&nbsp;&gt;&nbsp;全部</FONT></td>
<TD align=right width="2%" height=11> </TD></TR>
<TR>
<TD background=images/to_bj3.gif colSpan=3 height=3></TD></TR></TBODY></TABLE>
<table cellspacing=0 cellpadding=0 width=778 align=center bgcolor=#f6f6f1
border=0>
<tbody>
<tr>
<td colspan=2> </td>
</tr>
<tr>
<td valign=top width=187>
<table height="96%" cellspacing=0 cellpadding=0 width="100%" border=0>
<tbody>
<tr>
<td valign=top width=187>
<table height="100%" cellspacing=0 cellpadding=0 width="96%"
align=center border=0>
<tbody>
<tr>
<td valign=top align=middle height=19><img height=119 alt=散文
src="images/1.gif" width=172> <br>
<br></td>
</tr>
<tr>
<td valign=bottom background=images/to_bj2.gif height=19> □ <b>热门文章</b></td>
</tr>
<tr>
<td valign=top align=middle>
<table cellspacing=0 cellpadding=0 width="90%" align=center
border=0>
<tbody>
<tr>
<td height=10></td>
</tr>
</tbody>
</table>
<table cellspacing=1 cellpadding=0 width="96%" align=center
bgcolor=#ffffff border=0>
<tbody>
<%exec="select * from Article where bigclassname='"&request.querystring("bigclassname")&"' order by hits desc,id desc"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,3
do while not rs.eof%>
<tr>
<td bgcolor=#e7ebd6>·<%=rs("title")%><br></td>
</tr>
<%rs.movenext
loop
rs.close%>
<tr>
<td align=right bgcolor=#e7ebd6>&gt;更多推荐 </td>
</tr>
</tbody>
</table>
<form name=search action=../search/search.asp method=get>
<table cellspacing=0 cellpadding=0 width="100%" align=center
border=0>
<tbody>
<tr>
<td></td>
</tr>
<tr>
<td bgcolor=#ced2bf height=1></td>
</tr>
<tr>
<td bgcolor=#ffffff></td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff><br>
查询内容
<select class=input name=mysel>
<option value=1-2
selected>作者名称</option>
<option value=1-1>文章标题</option>
<option value=2-1>长篇小说</option>
<option
value=4-1>日记标题</option>
</select>
<br>
<br>
关键字
<input
class=input maxlength=20 size=12 name=textfield>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=30><input
type=image height=20 width=52 src="images/search.gif"
border=0 name=imageField>
</td>
</tr>
<tr>
<td bgcolor=#ced2bf height=1></td>
</tr>
</tbody>
</table>
</form>
<br></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table></td>
<td width=3 background=images/07bj.gif height="100%"></td>
<td valign=top>
<table height="95%" cellspacing=0 cellpadding=0 width="96%" align=center
border=0>
<tbody>
<tr>
<td><font color=#999999>&nbsp; </font></td>
</tr>
<tr>
<td class=editorword valign=top bgcolor=#e7ebd6><img height=22
src="images/left.gif" width=24><br>
<table height=95 cellspacing=0 cellpadding=0 width="96%"
align=center bor????der=0>
<tbody>
<tr>
<td width="39%" background=images/bbg1.gif
height=22><b>文章标题</b></td>
<td width="13%" background=images/bbg1.gif
height=22><div align="center"><b>作 者</b></div></td>
<td width="22%" background=images/bbg1.gif
height=22><div align="center"><b>日 期</b></div></td>
<td width="8%" background=images/bbg1.gif
height=22><div align="center"><b>阅读</b></div></td>
<td width="7%" background=images/bbg1.gif
height=22><div align="center"><b>评论</b></div></td>
<td width="11%" background=images/bbg1.gif
height=22><div align="center"><b>发表</b></div></td>
</tr>
<%exec="select * from Article where bigclassname='"&request.querystring("bigclassname")&"'"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,3
do while not rs.eof%>
<tr>
<td background=images/bbg.gif height=22><div align="left"><img src="images/soul.gif">:<a href="ArticleShow.asp?ArticleID=<%=rs("ArticleID")%>" target="_blank"><%=rs("title")%></a></div></td>
<td background=images/bbg.gif height=22><div align="center"><%=rs("Author")%></div></td>
<td background=images/bbg.gif height=22><div align="center"><%=rs("time")%></div></td>
<td background=images/bbg.gif height=22><div align="center"><%=rs("Hits")%></div></td>
<td background=images/bbg.gif height=22><div align="center"></div></td>
<td background=images/bbg.gif height=22><div align="center"><%=rs("Editor")%></div></td>
</tr>
<%rs.movenext
loop
rs.close%>
<tr valign=top>
<td align=right colspan=7>
<form action=article.asp method=get>
第1页&nbsp; 首页 &nbsp;&nbsp; 上一页 下一页 跳至
<input class=input maxlength=20 size=7 name=page>
页
<input type=image src="images/button.gif"
border=0 name=imageField>
</form></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0>
<TBODY>
<TR>
<TD bgColor=#f6f6f1 height=10></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0>
<TBODY>
<TR>
<TD background=images/below_bg.gif height=9></TD></TR>
<TR bgColor=#e9eae5>
<TD vAlign=center align=middle height=10></TD></TR>
<TR>
<TD background=images/05bj.gif bgColor=#f7f6ed height=2></TD></TR>
<TR align=middle>
<TD background=images/03bj.gif height=19><BR><SPAN
class=reg><BR>
</SPAN></TD></TR></TBODY></TABLE></BODY></HTML>
<!--#include file="conn.asp"-->
<!--#include file="bigclass.asp"-->
<HTML>
<HEAD>
<TITLE>紫雨轩 - <%=dn("bigclassname")%> - 家园</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="images/text.css" type=text/css rel=stylesheet>
<BODY text=#000000 bgColor=#f7dbce leftMargin=0 background=images/bg.gif
topMargin=0>
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center
background=images/to_bj2.gif border=0>
<TBODY>
<TR>
<TD background=images/to_bj.gif colSpan=3 height=8></TD></TR>
<TR>
<TD width=20 background=images/to_bj2.gif height=19></TD>
<TD class=top vAlign=bottom align=right background=images/to_bj2.gif
height=19>&nbsp; </TD>
<TD width=20 background=images/to_bj2.gif height=19></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center bgColor=#d5dac2
border=0>
<TBODY>
<TR>
<td><FONT
color=#ff0000><a href="/">首页</a>&nbsp;&gt;&nbsp;<a href="Article.asp?bigclassname=<%=dn("bigclassname")%>" target="_blank"><%=dn("bigclassname")%></a>&nbsp;&gt;&nbsp;全部</FONT></td>
<TD align=right width="2%" height=11> </TD></TR>
<TR>
<TD background=images/to_bj3.gif colSpan=3 height=3></TD></TR></TBODY></TABLE>
<table cellspacing=0 cellpadding=0 width=778 align=center bgcolor=#f6f6f1
border=0>
<tbody>
<tr>
<td colspan=2> </td>
</tr>
<tr>
<td valign=top width=187>
<table height="96%" cellspacing=0 cellpadding=0 width="100%" border=0>
<tbody>
<tr>
<td valign=top width=187>
<table height="100%" cellspacing=0 cellpadding=0 width="96%"
align=center border=0>
<tbody>
<tr>
<td valign=top align=middle height=19><img height=119 alt=散文
src="images/1.gif" width=172> <br>
<br></td>
</tr>
<tr>
<td valign=bottom background=images/to_bj2.gif height=19> □ <b>热门文章</b></td>
</tr>
<tr>
<td valign=top align=middle>
<table cellspacing=0 cellpadding=0 width="90%" align=center
border=0>
<tbody>
<tr>
<td height=10></td>
</tr>
</tbody>
</table>
<table cellspacing=1 cellpadding=0 width="96%" align=center
bgcolor=#ffffff border=0>
<tbody>
<%exec="select * from Article where bigclassname='"&request.querystring("bigclassname")&"' order by hits desc,id desc"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,3
do while not rs.eof%>
<tr>
<td bgcolor=#e7ebd6>·<%=rs("title")%><br></td>
</tr>
<%rs.movenext
loop
rs.close%>
<tr>
<td align=right bgcolor=#e7ebd6>&gt;更多推荐 </td>
</tr>
</tbody>
</table>
<form name=search action=../search/search.asp method=get>
<table cellspacing=0 cellpadding=0 width="100%" align=center
border=0>
<tbody>
<tr>
<td></td>
</tr>
<tr>
<td bgcolor=#ced2bf height=1></td>
</tr>
<tr>
<td bgcolor=#ffffff></td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff><br>
查询内容
<select class=input name=mysel>
<option value=1-2
selected>作者名称</option>
<option value=1-1>文章标题</option>
<option value=2-1>长篇小说</option>
<option
value=4-1>日记标题</option>
</select>
<br>
<br>
关键字
<input
class=input maxlength=20 size=12 name=textfield>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=30><input
type=image height=20 width=52 src="images/search.gif"
border=0 name=imageField>
</td>
</tr>
<tr>
<td bgcolor=#ced2bf height=1></td>
</tr>
</tbody>
</table>
</form>
<br></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table></td>
<td width=3 background=images/07bj.gif height="100%"></td>
<td valign=top>
<table height="95%" cellspacing=0 cellpadding=0 width="96%" align=center
border=0>
<tbody>
<tr>
<td><font color=#999999>&nbsp; </font></td>
</tr>
<tr>
<td class=editorword valign=top bgcolor=#e7ebd6><img height=22
src="images/left.gif" width=24><br>
<table height=95 cellspacing=0 cellpadding=0 width="96%"
align=center bor????der=0>
<tbody>
<tr>
<td width="39%" background=images/bbg1.gif
height=22><b>文章标题</b></td>
<td width="13%" background=images/bbg1.gif
height=22><div align="center"><b>作 者</b></div></td>
<td width="22%" background=images/bbg1.gif
height=22><div align="center"><b>日 期</b></div></td>
<td width="8%" background=images/bbg1.gif
height=22><div align="center"><b>阅读</b></div></td>
<td width="7%" background=images/bbg1.gif
height=22><div align="center"><b>评论</b></div></td>
<td width="11%" background=images/bbg1.gif
height=22><div align="center"><b>发表</b></div></td>
</tr>
<%exec="select * from Article where bigclassname='"&request.querystring("bigclassname")&"'"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,3
do while not rs.eof%>
<tr>
<td background=images/bbg.gif height=22><div align="left"><img src="images/soul.gif">:<a href="ArticleShow.asp?ArticleID=<%=rs("ArticleID")%>" target="_blank"><%=rs("title")%></a></div></td>
<td background=images/bbg.gif height=22><div align="center"><%=rs("Author")%></div></td>
<td background=images/bbg.gif height=22><div align="center"><%=rs("time")%></div></td>
<td background=images/bbg.gif height=22><div align="center"><%=rs("Hits")%></div></td>
<td background=images/bbg.gif height=22><div align="center"></div></td>
<td background=images/bbg.gif height=22><div align="center"><%=rs("Editor")%></div></td>
</tr>
<%rs.movenext
loop
rs.close%>
<tr valign=top>
<td align=right colspan=7>
<form action=article.asp method=get>
第1页&nbsp; 首页 &nbsp;&nbsp; 上一页 下一页 跳至
<input class=input maxlength=20 size=7 name=page>
页
<input type=image src="images/button.gif"
border=0 name=imageField>
</form></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0>
<TBODY>
<TR>
<TD bgColor=#f6f6f1 height=10></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0>
<TBODY>
<TR>
<TD background=images/below_bg.gif height=9></TD></TR>
<TR bgColor=#e9eae5>
<TD vAlign=center align=middle height=10></TD></TR>
<TR>
<TD background=images/05bj.gif bgColor=#f7f6ed height=2></TD></TR>
<TR align=middle>
<TD background=images/03bj.gif height=19><BR><SPAN
class=reg><BR>
</SPAN></TD></TR></TBODY></TABLE></BODY></HTML>