www.gusucode.com > 运动用品商城网站系统源代码程序 > IncAsp/venshop_insid.asp

    <table width="100%" border="0" cellpadding="0" cellspacing="0">
<%
if lookt="image" then
i=0
do while not rs.eof and (i<rs.pagesize)
i=i+1
hw_name=rs("hw_name")
if request("hw_name")<>"" then hw_name=replace(hw_name,request("hw_name"),"<font color=red>"&request("hw_name")&"</font>")
%>
	<tr><td align="center">
		 </td></tr>
<%rs.movenext
loop%>
<%else%>
	<tr>
<%
i=0
do while not rs.eof and (i<rs.pagesize)
i=i+1
hw_name=rs("hw_name")
if request("hw_name")<>"" then hw_name=replace(hw_name,request("hw_name"),"<font color=red>"&request("hw_name")&"</font>")
%>
	<td width="10%" align="center">
		<table width="100%" border="0" cellpadding="3" cellspacing="0">
		<tr><td align="center"><b><a <%if 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'" <%=sort_wh%> style="border: 1px solid #C0C0C0"></a></b></td></tr>
		<tr><td align="center"><a target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>" class="title"><%=hw_name%></a></td></tr>
		<tr><td align="center">
			<p style="line-height: 125%"><span class="price"><strike>市场价:<%=fuhao%><%=rs("hw_price1")%><%=danwei%></strike><br>
			</span>VIP会员价:<span class="price"><%=fuhao%><%=rs("hw_price3")%><%=danwei%></span></td></tr>
	
		<tr><td align="center">
		<hr size="1"></td></tr></table></td>
<%if (i mod lookhang=0) and i>=lookhang then%></tr><tr><%end if%>
<%rs.movenext
loop%>
		</tr>
<%end if%></table>