ka3.asp
来自「百堂数字点卡程序v1.0后台路径:http://域名/admin 管理帐号和密码」· ASP 代码 · 共 26 行
ASP
26 行
<table width="180" border="0" cellspacing="1" height="108" >
<tr>
<td>
<%
sql="select hw_id,hw_name from hw where hw_rm=true order by hw_id desc"
rs.open sql,conn,3,3
if rs.eof then
%>
目前没有商品<br><%end if %>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<%
do while not rs.eof %>
<tr>
<td height="20"><img border="0" src="images/news.gif" width="10" height="9"> <a href="basket.asp?hw_id=<%=rs("hw_id")%>"><%=rs("hw_name")%></a></td>
</tr>
<%
rs.movenext
loop
rs.close%></table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?