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

📄 e_choicecustomer.asp

📁 一个很好的在线购物系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
                                                                                                   
      </td>                                                                                        
      <td width="20%" align="center" height="20" bgcolor="#DDD2C4">                                                                                          
        <p style="line-height: 120%"><font size="2"><b>客户名称</b></font>                                                                                        
      </td>                                                                                      
      <td width="15%" align="center" height="20" bgcolor="#DDD2C4">                                                                                        
        <p style="line-height: 120%"><font size="2"><b>客户类型</b></font></td>                                                                                    
      <td width="16%" align="center" height="20" bgcolor="#DDD2C4">                                                                                       
        <font size="2"><b>客户级别</b></font></td>                                                                                    
      <td width="15%" align="center" height="20" bgcolor="#DDD2C4">                                                                                     
        <p style="line-height: 120%"><font size="2"><b>销售区域</b></font>                                                                                     
      </td>                                                                                   
      <td width="14%" align="center" height="20" bgcolor="#DDD2C4">                                                                                     
        <p style="line-height: 120%"><font size="2"><b>业务员</b></font>                                                                                    
      </td>                                                                                  
    </tr>                                                                                 
                                                               
    <% For i=1 to RowCount                                                          
         if I MOD 2=1  then                                                          
            rowcolor=firstcolor                                                         
         else                                                         
            rowcolor=secondcolor                                                         
         end if                                                         
                                                                  
         if i<=DataRow then %>                                                
           <tr>                                                                                                               
           <td width="4%" align="center" height="18" bgcolor="<%=rowcolor%>"> 
                                                                                    
           <input type="radio" name="<%=lcReturnField%>"  value="<%=keyitem(i,1)%>">                                                        
           </td>                                                         
                                                                                     
           <td width="20%" align="center" height="18" bgcolor="<%=rowcolor%>">                                                                                   
           <p align="center" style="line-height: 120%; margin-left: 2">                                                        
            <font size="2"> <%=keyitem(i,2)%></font> </p>                                                                                  
           </td>                                                       
                                                                                   
           <td width="15%" align="center" height="18" bgcolor="<%=rowcolor%>">                                                                          
           <p style="line-height: 120%" align="center"><font size="2">                   
           <%=keyitem(i,3)%></font>  </td>                                                                             
                                                               
           <td width="16%" align="center" height="18" bgcolor="<%=rowcolor%>">                                                                          
           <font size="2"><%=keyitem(i,4)%></font>  </td>                                                                             
                                                               
           <td width="15%" align="center" height="18" bgcolor="<%=rowcolor%>"><font   size="2">                                                                            
           <p style="line-height: 120%"><%=keyitem(i,5)%></font></td>                                                                               
                                                                                   
           <td width="14%" align="center" height="18" bgcolor="<%=rowcolor%>"><font   size="2">                                                                            
           <p style="line-height: 120%"><%=keyitem(i,6)%></font></td>                                                                               
                                                                                   
          </tr>                                                     
       <% else %>                                                     
   		  <tr>                                                                             
           <td width="4%" align="center" height="20" bgcolor="<%=rowcolor%>">                                                                               
                                                                                          
           </td>                                                      
                                                                                  
           <td width="20%" align="center" height="20" bgcolor="<%=rowcolor%>">                                                                               
           <font size="2">                                                                              
           &nbsp</font>                                                                              
           </td>                                                      
                                                                                  
           <td width="15%" align="center" height="20" bgcolor="<%=rowcolor%>">                                                                         
           <p style="line-height: 120%">&nbsp </td>                                                                              
                                                              
           <td width="16%" align="center" height="20" bgcolor="<%=rowcolor%>">                                                                         
             </td>                                                                    
                                                    
           <td width="15%" align="center" height="20" bgcolor="<%=rowcolor%>"><font   size="2">                                                                 
           <p style="line-height: 120%">&nbsp </font></td>                                                                    
                                                                        
           <td width="14%" align="center" height="20" bgcolor="<%=rowcolor%>"><font   size="2">                                                                 
           <p style="line-height: 120%">&nbsp </font></td>                                                                    
                                                                        
          </tr>	                                                              
   <% end if                                           
   next  %>                                                                   
 </table>                                                                  
           
 <table border="0" cellpadding="0" cellspacing="0" width="100%" height="20">                                                              
  <tr>                                                                    
    <td width="59%" height="33" valign="middle">                                                                         
      <p style="line-height: 120%" align="left"><font size="2">第<%=curpage%>页 共<%=totalpage%>页                                     
             
      <a href="JavaScript:GoToPage('first')">第一页</a>&nbsp;                                                                                 
      <% if curpage>1 then %>                                                                          
          <a href="JavaScript:GoToPage('prev')">上一页</a>&nbsp;                                                                                 
      <% else %>        
         上一页&nbsp;                                    
      <% end if %>                                                                          
                                                                                
      <% if curpage<TotalPage then %>                                                                                                       
         <a href="JavaScript:GoToPage('next')">下一页</a>&nbsp;                                                                                 
      <% else %>        
         下一页&nbsp;&nbsp;                                    
      <% end if %>                                                                            
        <a href="JavaScript:GoToPage('last')">最后一页</a></font>                                                                                                       
      </td>        
                                                                                                      
    <td width="41%" height="33">                                                                                                      
      <p align="right" style="margin-right: 20"><font size="2">&nbsp; </font>                                                                 
      <% if totalpage> 0 then %>                                                                           
        <select size="1" name="GoPage">                                                                                                                                    
        <% for i=1 to TotalPage %>                                                                        
           <option value="<%=i%>"><%=i%></option>                                                                                                   
        <% next %>                                                                       
        </select>                                        
        <input type="button" value="Go" name="GoData" onclick="GoToPage('go')" class=hand style="<%=budStyle%>">                                                                                                           
      <% else %>                                                                                                            
      	<input type="hidden" name="GoPage" value="">                                      
      <% end if %>                                                                                                         
    </td>       
  </tr>                                                                                            
  <tr>                                                                                            
    <td width="100%" height="7" colspan="2">                                                                                               
      <hr size="1">                                                                                               
    </td>                                                                                            
  </tr>                                                                                            
  <tr>                                                                                            
    <td width="59%" height="30">                                                                                               
      <p align="left"><input type="button" value="确 定" name="butEnter" onclick="butEnterClick()" class=hand style="<%=budStyle%>">                                                                                                                      
    </td>                                                                                            
    <td width="41%" height="30">                                                                                               
      <p align="left">      
    </td>                                                                                         
  </tr>                                                                                                                                                                      
 </table>                                                                                                                                                                        
 <input type="hidden" name="Curpage" value="">                                      
 <input type="hidden" name="Condition" value="">      
       
 <input type="hidden" name="SourcePage" value="">      
 <input type="hidden" name="lcSaveField" value="">      
 <input type="hidden" name="lcReturnField" value="">      
      
 <%for i=0 to Ubound(lcArraySaveField) %>      
 	<input type="hidden" name="<%=lcArraySaveField(i)%>" value="">      
 <% next %>      
                                                                                                 
</form>                                                                                  
</body>                                                         
</html>                                

⌨️ 快捷键说明

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