📄 xsquesttop.asp
字号:
<script language="JavaScript">
function cgcx()
{ form1.hbz.value="1";
form1.submit();}
</script>
<script language="JavaScript">
function listall()
{form1.ccif.value = "ALL";
form1.submit();}
</script>
<html>
<head>
<title>网上商品交易系统--商品销售查询!</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../style.css" rel="stylesheet">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="../../images/bg.gif">
<table width="590" border="0" cellspacing="-2" cellpadding="-2" height="129">
<tr>
<td height="40">
<h2 style="filter:glow(color=#ccccff,strength=5);height:1pt"align="center"><font size="2" color=#000099>
销售信息查询
</font></h2>
</td>
</tr>
<tr>
<td valign="top">
<table width="590" border="0" cellspacing="-2" cellpadding="-2" height="89">
<tr>
<td width="20" height="28"> </td>
<td width="570" height="28">
<form name="form1" method="post" action="./xsbrowse.asp" target="listFrame" >
<div align="left">请选择查询条件:
<select name="cif">
<option value="spname" selected>商品名称</option>
<option value="spid">商品编号</option>
<option value="jc">简称</option>
<option value="id">销售票号</option>
<option value="khname">客户全称</option>
</select>
<select name="ccif">
<option value="=" selected>等于</option>
<option value="LIKE">LIKE</option>
<option value="ALL">ALL</option>
</select>
<input type="text" name="qvalue" size="34">
<select name="andor">
<option value="AND" selected>AND</option>
<option value="OR">OR</option>
</select>
<br>
<br>
请输入查询日期:从
<input type="text" name="sdate" size="16" value="<%=Dateadd("M",-1,date())%>">
至
<input type="text" name="edate" size="16" value="<%=date()%>">
<input type="button" name="Submit" value="查询" onClick="cgcx()">
<input type="button" name="Submit2" value="显示全部数据" onClick="listall()">
<input type="hidden" name="hbz" value="0">
</div>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -