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

    
<% if stype="tejia"  then %>
<table border="0" cellspacing="0" cellpadding="3" width="100%">
  <tr><td align="center"><a <%if photoh=1 then%>class=photo<%end if%> target="_blank" href="viewsj.asp?hw_id=<%=rs("hw_id")%>">
	<img border="0" src="<%pic=split(rs("hw_pic"),"*")%><%=pic(1)%>" <%=index_wh%> style="border: 1px solid #808080"></a></td></tr>
  <tr><td align="center" height="20"><a class="title" target="_blank" href="viewsj.asp?hw_id=<%=rs("hw_id")%>"><%=rs("hw_name")%></a></td></tr>
  <tr><td height="20" align="center"><span class="price">原价:<%=fuhao%><%=rs("hw_price1")%><%=danwei%><br>普通会员<%=-rs("hw_jifen")%>分+<%=rs("hw_price2")%>元<br>VIP会员<%=-rs("hw_jifen3")%>分+<%=rs("hw_price3")%>元</span></td></tr></table>
<% end if%>