一个经过完善设计的经典网上购物系统

源代码在线查看: info_jprm.asp

软件大小: 1846 K
上传用户: philipsx
关键词: 网上购物
下载地址: 免注册下载 普通下载 VIP

相关代码

				
								.style4 {color: #FF0000}
				-->
				
				
				  
				    
				    
				  
				  
				    
				      
				        						  rs.open "select Top 12 * from shop_product where newsproduct=1 order by productid desc ",conn,1,1
						  if rs.eof and rs.bof then
						  response.write "?????????"
						  'response.End
						  else
						  %>
				        						if not rs.eof then
						i=1
						do while not rs.eof%>
				        
				            
				              
				                
				                  
				                    
				                  
				                
				              
				              
				                  
				                                           
				                  
				                  
				                    会员价:元 
				                  
				                  
				                    
				                  
				                               
				            
				        
				        
				      
				      					    rs.movenext
				         i=i+1
				    	 loop
						rs.close
						end if
						end if 
					%>
				    
				  
				
							

相关资源