questtop.asp
来自「《网上商品交易系统》 开发及测试环境 操作系统:Windows 2000 」· ASP 代码 · 共 54 行
ASP
54 行
<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">
<script language="JavaScript">
function listall()
{form1.ccif.value = "ALL";
form1.submit();
}
</script>
<table width="590" border="0" cellspacing="-2" cellpadding="-2" height="89">
<tr>
<td height="34">
<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" height="83">
<table width="590" border="0" cellspacing="-2" cellpadding="-2" height="46">
<tr>
<td width="590" height="43" align="Top">
<form name="form1" method="post" action="./listquest.asp" target="MainFrame">
<div align="center">请选择查询条件:
<select name="cif">
<option value="spname" selected>商品名称</option>
<option value="gysname">供应商全称</option>
<option value="jc">简称</option>
<option value="cd">产地</option>
<option value="gg">规格</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">
<input type="submit" name="Submit" value="查询">
<input type="button" name="Submit2" value="显示全部数据" onclick=listall()>
</div>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?