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

📄 k_stockcp.asp

📁 一个很好的在线购物系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:






<!--#include file="../include/Pubconn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>单据查询</title><link href="../cread.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF">


<%
'带过来参数值
jhdh=request("jhdh")
year1=request("year1")
month1=request("month1")
date1=request("date1")
ghdwxh=request("ghdwxh")
jhbm=request("jhbm")
cgy=request("cgy")
jhfs=request("jhfs")  

'当前页面提交后的值  
spxh=request("spxh")    
spmc=request("spmc")  
  
%>  
<%  
set RScp=server.createobject("adodb.recordset")  
str="select * from A_ProductInfo where (delflag<>'1') "  
if spxh<>""  then  
     str=str&"and  ProdCode like  '"&spxh&"%' "  
end if   
if spmc<>""  then  
     str=str&" and  ProdName like '%"&spmc&"%' "  
end if   
RScp.open str ,pubconn,1  
%>                                       
<script language="vbscript">  
   sub GoPage()  
      spxh=document.form1.spxh.value  
      spmc=document.form1.spbm.value  
      page1=document.myform.page1.value 
      jhdh=document.myform.jhdh.value
      year1=document.myform.year1.value
      month1=document.myform.month1.value
      date1=document.myform.date1.value
      ghdwxh=document.myform.ghdwxh.value
      jhbm=document.myform.jhbm.value
      cgy=document.myform.cgy.value
      jhfs=document.myform.jhfs.value

  a="k_stockcp.asp?page="+page1+"&spxh="+spxh+"&spmc="+spmc+"&jhdh="+jhdh+"&year1="+year1+"&month1="+month1+"&date1="+date1+"&ghdwxh="+ghdwxh+"&jhbm="+jhbm+"&cgy="+cgy+"&jhfs="+jhfs  
  window.location=a  
   end sub  
   sub winsub()  
      window.myform.submit  
      window.close  
  end sub  
</script>    
          
<form method="post" action="k_stockcp.asp" name="form1">                                               
<p>                                               
                                               
<div align="center">  
 <center>                                               
                                               
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td width="100%"><b><font size="3"><img border="0" src="../pic/it_22.gif"> 
      </font>        
     <font size="2">产品信息查询       
     </font>       
     </b><hr width="40%" size="1" align="left">              
                    
    </td>              
  </tr>              
</table>                                                      
                                                     
                                             
 </center>   
</div>   
                                                     
  <input type="hidden" name="jhdh" value="<%=jhdh%>"> 
  <input type="hidden" name="year1" value="<%=year1%>"> 
  <input type="hidden" name="month1" value="<%=month1%>">  
  <input type="hidden" name="date1" value="<%=date1%>">     
  <input type="hidden" name="ghdwxh" value="<%=ghdwxh%>"> 
  <input type="hidden" name="jhbm" value="<%=jhbm%>"> 
  <input type="hidden" name="cgy" value="<%=cgy%>">  
  <input type="hidden" name="jhfs" value="<%=jhfs%>">                                                      
                                                   
<table border="0" cellspacing="0" width="630" align="center" width="630" width="636">                                                      
  <tr>                                                       
    <td width="12%" align="center" width="151" width="150" bgcolor="#F1E8DA">      
      
     <p align="right">   
     <font size="2">产品序号   
     </font>   
     
     </p>     
     
    </td>                                                        
    <td width="19%" align="center" width="104" width="104" bgcolor="#F1E8DA">                                                      
     
    <p align="left">     
    <input type="text" name="spxh" size="15">   
   
    </p>      
      
    </td>                                                                
    <td width="11%" align="center" width="96" width="123" bgcolor="#F1E8DA">      
      
     <p align="right">      
     <font size="2">产品名称   
     </font>   
     
     </p>     
     
    </td>                                                     
                                                          
    <td width="29%" align="center" width="263" width="243" bgcolor="#F1E8DA">                                                           
     
      <p align="left">     
      <input type="text" name="spmc" size="17">   
  
     
      &nbsp; <input type="submit" value="查询"  class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">             
             
      </p>             
             
    </td>                                                                                    
 </tr>                                                                                   
</table>         

⌨️ 快捷键说明

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