想合并这两句,同时满足两个条件,最简单的方法是什么呢?讨教!!
有这样两句东西。。。。
----------------------------------------------
<%rs.open "select top 6 * from hw where tjindex=1 order by hw_id DESC",conn,1,1%>
<%do while not rs.eof%>
<a <%if rs7("photoh")=1 then%>class=photo<%end if%> target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>"><img border="0" src="<%pic=split(rs("hw_pic"),"*")%><%=pic(1)%>" onerror="this.src='img/noimage.jpg'" width="<%=rs7("widtht")%>" height="<%=rs7("heightt")%>"></a>
<%rs.movenext
loop
rs.close%>
<%rs.open "select top 6 * from hw where tejia=1 order by hw_id DESC",conn,1,1%>
<%do while not rs.eof%>
<a <%if rs7("photoh")=1 then%>class=photo<%end if%> target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>"><img border="0" src="<%pic=split(rs("hw_pic"),"*")%><%=pic(1)%>" onerror="this.src='img/noimage.jpg'" width="<%=rs7("widtht")%>" height="<%=rs7("heightt")%>"></a>
<%rs.movenext
loop
rs.close%>
---------------------------------------------
一个是 tjindex=1 的6张图片,另一个是 tejia=1 的6张图片 ,如果要合并这两段,使得当 tjindex=1 和 tejia=1 的图片出现相同的图片时,才进行显示。。。。最简单的方法怎样呢???诚意请教。。。。。
另,本小朋友是在学习,水平很低,但是爱乱想,希望各位前辈多给指点。。。。在此谢过。。。。
[此贴子已经被作者于2006-8-14 21:25:24编辑过]