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

📄 e_installmainfrm.asp

📁 一个很好的在线购物系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
      		<option value="<%=j%>"><%=j%></option>      
      <% next %>           
      </select> 日——<select size="1" name="eYear">        
      <% for i=1990 to 2010 %>      
      	  <option value="<%=i%>"><%=i%></option>      
      <% next %>      
      </select></b><b>年 <select size="1" name="eMonth">              
      <% for i=1 to 12     
         if i<10 then     
         	j="0"+cstr(i)     
         else     
         	j=cstr(i)     
         end if %>      
      		<option value="<%=j%>"><%=j%></option>      
      <% next %>          
      </select>月&nbsp;&nbsp; <select size="1" name="eDay">            
       <% for i=1 to 31     
         if i<10 then     
         	j="0"+cstr(i)     
         else     
         	j=cstr(i)     
         end if %>      
      		<option value="<%=j%>"><%=j%></option>      
      <% next %>             
      </select>日&nbsp; </b></font><input type="button" value="查询" name="Search" onclick="SearchClick()" tabindex="3" class=hand style="<%=budStyle%>">                                                                                                
    </td>                                                                                              
  </tr>                                                                                              
                                                                                      
 </table>                                                                                              
 <table width="100%" height="1"><tr><td height="1"></td></tr></table>                                                                                             
 <table border="1" cellpadding="0" cellspacing="0" width="100%" height="19">                                                                                          
                                                                                            
    <tr>                                                                                        
      <td width="4%" align="center" height="20" bgcolor="#DDD2C4">                                                                                          
        <p style="line-height: 150%">                                                                                          
        <input type="checkbox" name="C0" value="ON" onclick="selectclick()">                                                                                         
        </p>
      </td>                                                                                       
      <td width="14%" align="center" height="20" bgcolor="#DDD2C4">                                                                                         
        <p style="line-height: 150%"><font size="2"><b>单据编号</b></font>                                                                                      
      </td>                                                                                    
      <td width="32%" align="center" height="20" bgcolor="#DDD2C4">                                                                                      
        <p style="line-height: 150%"><font size="2"><b>客户名称</b></font></td>                                                                                 
      <td width="15%" align="center" height="20" bgcolor="#DDD2C4">                                                                                    
        <p style="line-height: 150%"><font size="2"><b>到货时间</b></font></p>
      </td>                                                                                 
      <td width="15%" align="center" height="20" bgcolor="#DDD2C4">                                                                                  
        <p style="line-height: 150%"><font size="2"><b>交货时间</b></font>                                                                                  
      </td>                                                                                
      <td width="16%" align="center" height="20" bgcolor="#DDD2C4">                                                                                  
        <p style="line-height: 150%"><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%>">                                                                                
           <p style="line-height: 150%">                                                                                
           <input type="checkbox" name=<%="C"+cstr(i)%>  value="<%=keyitem(i,2)%>">                                                     
           </p>
           </td>                                                      
                                                                                  
           <td width="14%" align="center" height="18" bgcolor="<%=rowcolor%>">                                                                                
           <p align="center" style="line-height: 150%; margin-left: 2">                                                     
            <font size="2"><a href="<%=MainPage%>?ID=<%=keyitem(i,1)%>&Mode=ScanMode"><%=keyitem(i,2)%></a></font> </p>                                                                                    
           </td>                                                      
                                                                                  
           <td width="32%" align="center" height="18" bgcolor="<%=rowcolor%>">                                                                         
           <p style="line-height: 150%" align="center"><font size="2">                  
           <%=keyitem(i,3)%></font></td>                                                                            
                                                              
           <td width="15%" align="center" height="18" bgcolor="<%=rowcolor%>">                                                                         
           <font size="2">  
           <p style="line-height: 150%">  <%=keyitem(i,4)%></font>  </td>                                                                            
                                                              
           <td width="15%" align="center" height="18" bgcolor="<%=rowcolor%>"><font   size="2">                                                                           
           <p style="line-height: 150%"><%=keyitem(i,5)%></font></td>                                                                              
                                                                                  
           <td width="16%" align="center" height="18" bgcolor="<%=rowcolor%>"><font   size="2">                                                                           
           <p style="line-height: 150%"><%=keyitem(i,6)%></font></td>                                                                              
                                                                                  
          </tr>                                                    
       <% else %>                                                    
   		  <tr>                                                                            
           <td width="4%" align="center" height="20" bgcolor="<%=rowcolor%>">                                                                              
           <p style="line-height: 150%"> </p>
           </td>                                               
                                                                           
           <td width="14%" align="center" height="20" bgcolor="<%=rowcolor%>">                                                                        
           <p style="line-height: 150%">                                                                        
           <font size="2">                                                                       
           &nbsp</font>                                                                       
           </p>
           </td>                                               
                                                                           
           <td width="32%" align="center" height="20" bgcolor="<%=rowcolor%>">                                                                  
           <p style="line-height: 150%">&nbsp </td>                                                                       
                                                       
           <td width="15%" align="center" height="20" bgcolor="<%=rowcolor%>">                                                                  
           <p style="line-height: 150%"> </p></td>                                                                    
                                                    
           <td width="15%" align="center" height="20" bgcolor="<%=rowcolor%>"><font   size="2">                                                                 
           <p style="line-height: 150%">&nbsp </font></td>                                                                    
                                                                        
           <td width="16%" align="center" height="20" bgcolor="<%=rowcolor%>"><font   size="2">                                                                 
           <p style="line-height: 150%">&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="AddData" onclick="AddDataClick()" class=hand style="<%=budStyle%>">                                                              
      <% if totalpage> 0 then %>                                                             
          <input type="button" value="删除" name="DelData" onclick="DelDataClick" class=hand style="<%=budStyle%>">                                                                                          
      <% end if %>                                                             
    </td>                                                                                      
    <td width="41%" height="30">                                                                                         
      <p align="right">&nbsp; &nbsp;                                                             
    </td>                                                                                   
  </tr>                                                                                   
  <tr>                                                                                      
    <td width="100%" height="30" colspan="2">                      
    <% if DelSucc=0 then %>                                                                                        
      <p align="center"><font size="2" color="#FF0000">存在不能删除的相关子记录!! !</font>                                                               
    <% end if %>                        
    </td>                                                                                     
  </tr>                                                                                  
 </table>                                                                                
                                                                                     
 <input type="hidden" name="DelFlag" value="">                                             
 <input type="hidden" name="Curpage" value="">                                
 <input type="hidden" name="Condition" value="">                               
 <input type="hidden" name="URL" value="">                                                                               
 </form>                                                                            
               
</body>                            
                            
</html>                          



⌨️ 快捷键说明

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