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

📄 g_cpinfo.asp

📁 一个很好的在线购物系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
   page=1                                                                                
end if                                                                                
                                                                                
RScp.pagesize=10                                                                               
if page>=RScp.pagecount then                                                                                
   page=RScp.pagecount                                                                                
else                                                                                
   if page<1 then                                                                                
      page=1                                                                                
   end if                                                                                
end if                                                                                
RScp.absolutepage=page                                                                                
                                                                                 
%>                  
                                                                              
                                                                                            
<table border="1" cellspacing="0" width="567" height="30" width="100%" width="100%">                                                                                  
          
                                                                                 
  <tr>  <form name="myform"  method="post" action="G_lost.asp" target="main">                                                                                               
                                                                                  
     <td width="22" height="24" align="center" width="122" bgcolor="#DDD2C4">&nbsp;                                                                                
     </td>                                                                                                 
    <td width="154" height="24" align="center" width="131" bgcolor="#DDD2C4">                                                                               
     <font size="2">产品名称&nbsp;      
     </font>      
     </td>                                                                                               
    <td width="134" height="24" align="center" width="84" bgcolor="#DDD2C4">                                                                              
     型号       
     </td>                                                                                               
     <td width="127" height="24" align="center" width="84" bgcolor="#DDD2C4">                                                                              
     规格       
     </td>                                                                                                     
                                                                                                  
    <td width="108" height="24" align="center" width="120" bgcolor="#DDD2C4">                                                                              
     <font size="2">销售单价(元)      
     </font>      
     </td>                                                                                               
                                                                                                 
  </tr>                                                                                             
                                                                                             
     <% for n=1  to RScp.pagesize%>                 
                                                                                          
       <%if  n mod 2=1 then                    
            bg="#f7f7f7"                      
       else                    
            bg="#EDEBEC"                     
       end if%>                                                                                                    
  <tr bgcolor="<%=bg%>">                                                           
                                                                                       
                                                                                             
    <td width="22" height="23" align="center" width="122">   
   
     <p align="left">  
     <font size="2"></font>    
     <input type="radio" value="<%=rscp("ProdCode")%>" name="spxh">     
     
     </p>  
  
       </td>                                                                               
      <td width="154" height="23" align="center" width="131"><font size="2"><%=RScp("ProdName")%>        
       </font>        
    </td>    
     <td width="134" height="23" align="center" width="84"><font size="2"><%=RScp("Model")%>&nbsp;        
       </font>        
    </td>                                                                                            
      <td width="127" height="23" align="center" width="84"><font size="2"><%=RScp("Standard")%>&nbsp;        
       </font>        
    </td>                                                                                          
                                                                                         
      <td width="108" height="23" align="center" width="120"><font size="2"><%=RScp("SalePrice")%>&nbsp;</td>                                                                                          
             
                                                                                          
  </tr>                                                                              
  <%                                                                              
     RScp.movenext                                                                              
     if RScp.eof then exit for                                                                              
  next                                                                              
  %>  
         
                                                                                                                                                                         
 </table>  
          
        <input type="hidden" name="khxh" value="<%=khxh%>">   
        <input type="hidden" name="khmc" value="<%=khmc%>">                                                                                                  
                                                                                            
<p align="center">  
                                                                                           
<font size="2">                                                                                           
   共<%=RScp.pagecount%>页&nbsp; 第<%=page%>页&nbsp;&nbsp;&nbsp;&nbsp; <a href="G_CpInfo.asp?page=1&spxh=<%=spxh%>&spmc=<%=spmc%>&khxh=<%=khxh%>&khmc=<%=khmc%>">首页</a>&nbsp;<%if page>1 then %>                                                                                                               
   <a href="G_CpInfo.asp?page=<%=(page-1)%>&spxh=<%=spxh%>&spmc=<%=spmc%>&khxh=<%=khxh%>&khmc=<%=khmc%>">上页</a>&nbsp;                                                                                                              
   <% else%>                                                                                                              
   上页&nbsp;                                                                                                              
  <%  end if%>                                                                                                              
    <%if page<RScp.pagecount then %>                                                                                                             
   <a href="G_CpInfo.asp?page=<%=(page+1)%>&spxh=<%=spxh%>&spmc=<%=spmc%>&khxh=<%=khxh%>&khmc=<%=khmc%>">下页</a>&nbsp;                                                                                                              
   <% else %>                                                                                                             
   下页&nbsp;                                                                                                              
  <%end if%><a href="G_CpInfo.asp?page=<%=RScp.pagecount%>&spxh=<%=spxh%>&spmc=<%=spmc%>&khxh=<%=khxh%>&khmc=<%=khmc%>">尾页</a>&nbsp;&nbsp;</font>                   
 <%%>                     
                   
                                                                                                           
      <select  name="page1" style="width:80" size="1">                              
                                     
                     
       <% for o=1 to RScp.pagecount%>                                                      
         <option value="<%=o%>">第<%=o%>页</option>                        
       <%next%>                                              
                                                      
      </select> <input type="button" value="GO" onclick="Gopage()" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1" >&nbsp;&nbsp;    
      &nbsp;&nbsp; <p align="left"><input type="button" value="确定" name="bb" onclick="winsub()" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1" >         
 </form>                                                                                                                 
<%     
    Rscp.close    
    set Rscp=nothing    
end if %>             
             
</body>                                                                                                               
                                                                                                               
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                     
                     
                     
                     
                     

⌨️ 快捷键说明

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