分析ASP网站需要您的帮助??初学请多帮助
进入页面每回都需要输入登入用户名/密码.我想把这个去掉.请问怎么实现把那些代码去掉<td height="114" colspan="3"><%set rsn=server.createobject("adodb.recordset")
sql="select top 13 * from [news] where newstype='华研观点'and typeid=10 order by addtime desc"
rsn.open sql,conn,1,1
i=0
do while not rsn.eof and i<5
%>
<table border="0" width="100%" id="table26">
<tr onMouseOver="this.style.backgroundColor='#dcdcdc'" onMouseOut="this.style.backgroundColor='#ffffff'">
<td width="86%" class="liaiai">
∷<a class="neirong" href="hangye_juti2.asp?id=<%=rsn("id")%>&type=价格行情"><span style="text-decoration: none">
<%if LEN(rsn("newstitle")) > 25 then%>
<%=LEFT(rsn("newstitle"),20) & "..." %>
<%else%>
<%end if%>
</span></a></td>
<td width="14%" class="liaiai"><span class="neirong style1 style1">[<%=mid(rsn("addtime"),6)%>]</span></td>
</tr>
</table>
<%rsn.movenext
i=i+1
loop
rsn.close
set rsn=nothing
%></td>