ka3.asp

来自「国内第一数字点卡销售程序。功能强大。 完整无错!数据文件经MD5加密!经严格测」· 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">&nbsp;<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 + -
显示快捷键?