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

📄 g_statedetail.asp

📁 一个很好的在线购物系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
                                                                                 
     <td width="194" height="24" align="center" bgcolor="#DDD2C4">                                                                               
      <font size="2">客户     
      </font>     
     </td>                                                                                                
    <td width="39" height="24" align="center" bgcolor="#DDD2C4">                                                                              
     <font size="2">接近     
     </font>     
     </td>                                                                                               
    <td width="37" height="24" align="center" bgcolor="#DDD2C4">                                                                              
     <font size="2">调查     
     </font>     
     </td>                                                                                               
     <td width="48" height="24" align="center" bgcolor="#DDD2C4">                                                                              
      <font size="2">问题     
      </font>     
     </td>                                                                                               
                                                                                                  
    <td width="38" height="24" align="center" bgcolor="#DDD2C4">                                                                              
     <font size="2">方案     
     </font>     
     </td>                                                                                               
    <td width="57" height="24" align="center" bgcolor="#DDD2C4">                                                                              
     <font size="2">价格条件     
     </font>     
     </td>                                                                                               
     <td width="50" height="24" align="center" bgcolor="#DDD2C4">                                                                              
      <font size="2">关键人     
      </font>     
     </td>                                                                                               
                                                                                                  
     <td width="39" height="24" align="center" bgcolor="#DDD2C4">          
      <font size="2">展示     
      </font>     
     </td>                                                                                              
                                                                                                 
     <td width="56" height="24" align="center" bgcolor="#DDD2C4">         
      <font size="2">建议书     
      </font>     
     </td>                                                                                              
                                                                                                 
     <td width="40" height="24" align="center" bgcolor="#DDD2C4">         
      <font size="2">签约     
      </font>     
     </td>                                                                                              
                                                                                                 
     <td width="60" height="24" align="center" bgcolor="#DDD2C4">         
      <font size="2">业务员     
      </font>     
     </td>                                                                                              
                                                                                                 
  </tr>                                                                                             
                                                                                             
     <% for n=1  to RSte.pagesize%>                 
                                                                   
     <%if  n mod 2=1 then                     
            bg="#f7f7f7"                       
       else                     
            bg="#EDEBEC"                      
       end if%>                                                                                                            
                                                                                               
  <tr bgcolor="<%=bg%>">                                                           
                                                                                          
                                                                                             
    <td width="194" height="23" align="center"><font size="2"><a  href="G_ClientInfo.asp?ClientID=<%=Rste("ClientNum")%>"  ><%=khname(rste("clientnum"))%></font></td>                                                                                
      <td width="39" height="23" align="center"><font size="2"><%=RSte("CloseState")%>&nbsp;         
       </font>         
    </td>                                                                                           
      <td width="37" height="23" align="center"><font size="2"><%=RSte("InquiryState")%>&nbsp;         
       </font>         
    </td>                                                                                           
      <td width="48" height="23" align="center"><font size="2"><%=RSte("Problem")%>&nbsp;         
       </font>         
    </td>                                                                                           
      <td width="38" height="23" align="center"><font size="2"><%=RSte("ProjectState")%>&nbsp;</font></td>                                                                                           
      <td width="57" height="23" align="center"><font size="2"><%=RSte("PriceTerm")%>&nbsp;</font></td>                                                                                            
      <td width="50" height="23" align="center"><font size="2"><%=RSte("MainPerson")%>&nbsp;<font size="2"></td>                                                                                            
      <td width="39" height="23" align="center"><font size="2"><%=RSte("UsherState")%>&nbsp;</font></td>                                                                                            
                                                   
      <td width="56" height="23" align="center"><font size="2"><%=RSte("VoteState")%>&nbsp;<font size="2"></td>          
                                                                             
      <td width="40" height="23" align="center"><font size="2"><%=RSte("VisaState")%>&nbsp;<font size="2"></td>          
                                                                                  
      <td width="60" height="23" align="center"><font size="2"><%=Pname(rste("stuffnum"))%><font size="2"></td>     
                                                                             
  </tr>                                                                               
  <%                                                                               
     RSte.movenext                                                                               
     if RSte.eof then exit for                                                                               
  next                                                                               
  %>                                                                                              
 </table>                                                                                              
                                                                             
<p align="center">                                                                            
<font size="2">                                                                                             
   共<%=RSte.pagecount%>页&nbsp; 第<%=page%>页&nbsp;&nbsp;&nbsp;&nbsp; <a href="G_statedetail.asp?page=1&txtstuff=<%=sid%>">首页</a>&nbsp;<%if page>1 then %>                                                                                                              
   <a href="G_statedetail.asp?page=<%=(page-1)%>&txtstuff=<%=sid%>">上页</a>&nbsp;                                                                                                             
   <% else%>                                                                                                             
   上页&nbsp;                                                                                                             
  <%  end if%>                                                                                                             
    <%if page<RSte.pagecount then %>                                                                                                            
   <a href="G_statedetail.asp?page=<%=(page+1)%>&txtstuff=<%=sid%>">下页</a>&nbsp;                                                                                                             
   <% else %>                                                                                                            
   下页&nbsp;                                                                                                             
  <%end if%><a href="G_statedetail.asp?page=<%=RSte.pagecount%>&txtstuff=<%=sid%>">尾页</a>&nbsp;&nbsp;</font>                  
 <%%>                   
                
                                                                                                        
      <select  name="page1" style="width:80" size="1">                            
       <% for p=1 to RSte.pagecount%>                                                   
         <option value="<%=p%>">第<%=p%>页</option>                         
       <%next%>                                               
                                                       
      </select> <input type="button" value="GO" onclick="Gopage()" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">&nbsp;&nbsp;   
       <a href="G_mainstate.asp">返回</a>&nbsp;&nbsp; <a href="javascript:window.print()">打印</a>                                                                                                        
 </form>  
                                                                                                                
<%  
Rste.close  
set Rste=nothing  
 end if %>           
           
</body>                                                                                                             
                                                                                                             
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                                                   
                   
                   
                   
                   
                   

⌨️ 快捷键说明

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