downinfosearch.asp

来自「ASP编写的一个公司网站的源程序」· ASP 代码 · 共 66 行

ASP
66
字号
<%@ Language=VBScript %>


<!--#include virtual="/Include/DBConn.asp"-->
<!--#include virtual="/Include/Const.asp"-->
<!--#include virtual="/Include/ChkSession.asp"-->
<!--#include virtual="/Include/FuncPub.asp"-->
<!--#include virtual="/Include/IncSelectConst.asp"-->
<!--#include file="Function.asp"-->
<html>
	<head>
		<title></title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<meta name="description" content=" ">
		<meta name="keywords" content=" ">
		<link rel="stylesheet" href="../Css/css.css" type="text/css">


	</head>
	<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
	<!--#include file="Menu.asp"-->
	
	<%public Symbol				'===定义目录显示全局变量================
	public Symbolf				'===定义目录显示全局变量================
	%>
			<form action="DownInfoManage.asp" action="post" ID="Form1">
			<table border="0" width=90% cellspacing="0" cellpadding="0" ID="Table1" align="center">
					<tr  class="header" height="20">
						<td colspan="2" align="center">
							下载信息查询</td>
					</tr>
					<tr height="10">
						<td colspan="2" align="center">
							</td>
					</tr>
						<tr height=25>
						<td width="20%" align="right">
							关键字:
						</td>
						<td width="80%">
							<INPUT type="text" ID="Text2" NAME="keyname" size=30>
						</td>
					</tr>
					<tr height=25>
						<td width="20%" align="right">
							下载类别:
						</td>
						<td width="80%">
		<SELECT ID="Select1" NAME="Type_ID">
		<option value="">---不限---</option>
			<%Call DispdownTypeSel(0,"")%>
		</SELECT>
						</td>
					</tr>
					<tr>
						<td width="30%">
						</td>
						<td width="70%">
							<INPUT type="submit" value="查 询" ID="Submit1" NAME="Submit1">
						</td>
					</tr>
				</table>
			</form>
</body>
</html>
<!--#include virtual="/Include/DBClose.asp"--> 

⌨️ 快捷键说明

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