[此贴子已经被作者于2005-7-15 22:44:31编辑过]
[此贴子已经被作者于2005-7-15 22:44:31编辑过]
menu.asp javastr="<style>A.menu2{text-decoration: none;color:#000099;line-height: 25pt;font-size:9pt} A.menu2:hover {text-decoration: none;line-height: 25pt;font-size:9pt;color: #ffffff}A.menu2:visited {color:#FF66cFF;line-height: 25pt;font-size:9pt}</style>"
<!--#include file="articleconn.asp"--> <%tjnews=request("tjnews") if tjnews="" then '查询数据库得到所有的栏目信息,并显示出来 sql="select * from type order by typetime" set rs=conn.execute(sql)%> <% while not rs.eof %>
javastr=javastr+" <span style=\"font-size:9pt;line-height: 15pt\"><a href=\"more.asp?ttt=<%=rs("typeid")%>&sss=<%=rs("type")%>\")><%=rs("type")%></span></a><font color=\"#000000\" size=\"2\"> - </font>" <%rs.movenext wend rs.close set rs=nothing conn.close set conn=nothing %>
document.write (javastr) <%else%> document.write ("对不起,暂时没有任何内容。") <%end if%>
[此贴子已经被作者于2005-7-15 22:43:56编辑过]