⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 56770_tjia.asp

📁 能进行网上购物的需求
💻 ASP
字号:
<table cellspacing=0 cellpadding=0 width="100%">
<tr>
		<td colspan="3"><img src="images/top/softwareupper.gif" border="0"></td>
	</tr>
</table>
<table cellspacing=0 cellpadding=0 width="100%">
<tr>
<td width="1" bgcolor="#CCCCCC"><img src="images/space.gif" width="1" height="1" border="0"></td>
<td>
<table width="578" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<%set rs=server.CreateObject("adodb.recordset")
sql="select top 7 * from 56770_product where cx=true and stj=true order by id DESC"
rs.open sql, conn, 1, 1
if rs.eof then
if request("LAN")="english" then 
response.write "<tr><td height=50 valign=top>...Have no date...</td></tr>"
pro=rs("product_name_ename")
elseif request("LAN")="fan" then 
response.write "<tr><td height=50 valign=top>...尚無數據...</td></tr>"
pro=rs("product_name_fname")
 else
response.write "<tr><td height=50 valign=top>...尚无数据...</td></tr>"
pro=rs("product_name")
end if
else
        do while not rs.eof
%>
<td align="center">

<table border="0" cellspacing="1" cellpadding="0" align="left" width="80">
<tr>
<td width="80" ><a href="showproduct.ASP?lan=<%=request("lan")%>&id=<%=rs("id")%>"><img border=0 height=80 src="pic/<%=rs("pic")%>" alt="<%=pro%> ¥:<%=rs("cprice")%>" width="80"></a></td>
</tr>
<tr>
<td align="center" class="bg_l" height="20">¥:<%=rs("cprice")%></font> </td>
</tr>
</table>
</td>
<%
rs.movenext
loop
end if
rs.close
set rs=nothing%></tr>
</table>
</td><td width="1" bgcolor="#CCCCCC"><img src="images/space.gif" width="1" height="1" border="0"></td>
</TR>
<tr>
		<td colspan="3"><img src="images/top/storelower.gif" height="9" border="0"></td>
	</tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -