📄 xsthjztop.asp
字号:
<%@LANGUAGE="VBSCRIPT"%>
<html>
<head>
<title>明日企业网上销售管理系统--应收管理!</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../style.css" rel="stylesheet">
<script language="JavaScript">
function mysubmit(){
if (form1.qif.value=="myempty"){
alert("请选择查询条件!");form1.qif.focus();return;}
if (form1.qvalue.value==""){
alert("请输入查询条件!");form1.qvalue.focus();return;}
form1.submit();
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" background="../../images/bg.gif">
<table width="590" border="0" cellspacing="-2" cellpadding="-2" height="80">
<tr>
<td height="33">
<h2 style="filter:glow(color=#ccccff,strength=5);height:1pt"align="center"><font size="2" color=#000099>
商品销售退货结帐单</font></h2>
</td>
</tr>
<form name="form1" method="post" action="./xsthjzlist.asp" target="listFrame">
<tr>
<td height="30" valign="top">
<div align="center">
<select name="qif">
<option value="myempty" selected>请选择查询条件:</option>
<option value="thph">退货票号</option>
<option value="khname">客户全称</option>
</select>
<input type="text" name="qvalue" size="36">
<input type="button" name="Button" value="查询" onclick=mysubmit()>
</div>
</td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -