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

📄 search.aspx

📁 ASP.NET的一些开发实例,有论坛管理系统等
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="search.aspx.cs" AutoEventWireup="false" Inherits="WhiteForum.search" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>search</title>
		<LINK href="style_white.css" type="text/css" rel="stylesheet">
		<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<script src="calendar3.js"></script>
	</HEAD>
	<body bgColor="#e6eefa" leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout" marginheight="0" marginwidth="0">
		<form id="search" method="post" runat="server">
			<table cellSpacing="0" cellPadding="0" width="620" border="0">
				<TBODY>
					<tr>
						<td width="18">&nbsp;</td>
						<td vAlign="top" align="left" width="582">
							<table id="Table1" cellSpacing="0" cellPadding="0" width="600" border="1" style="BORDER-COLLAPSE: collapse" borderColor="#62a2ff">
								<TBODY>
									<tr>
										<td align="left" colSpan="2"><b>&nbsp;&nbsp;论坛搜索: </b>
										</td>
									</tr>
									<tr>
										<td align="left">&nbsp;&nbsp;选择论坛分类:&nbsp;
											<asp:dropdownlist id="In_TextBox1" runat="server" Width="131px" AutoPostBack="True"></asp:dropdownlist></td>
										<td align="left">&nbsp;&nbsp;选择论坛版区:
											<asp:dropdownlist id="In_TextBox2" runat="server" Width="127px"></asp:dropdownlist></td>
									</tr>
									<tr>
										<td align="left" colSpan="2" height="25">&nbsp;&nbsp;请输入内容关键字:
											<asp:textbox id="In_TextBox3" runat="server" Width="154px"></asp:textbox></td>
									</tr>
									<tr>
										<td align="left" colSpan="2" height="25">&nbsp;&nbsp;请输入主题关键字:
											<asp:textbox id="In_TextBox4" runat="server" Width="154px"></asp:textbox></td>
									</tr>
									<TR>
										<TD align="left" colSpan="2"><FONT face="宋体">&nbsp;请 输&nbsp;入 作 &nbsp;者 :
												<asp:textbox id="In_TextBox5" runat="server" Width="154px"></asp:textbox></FONT></TD>
									</TR>
									<TR>
										<TD align="left" colSpan="2">&nbsp; 请 输 入 时&nbsp;&nbsp;&nbsp; 间 :
											<asp:textbox id="In_TextBox6" runat="server" Width="109px"></asp:textbox><IMG onclick="cal1.popup();" alt="" src="datetime.gif">&nbsp; 
											<script>
		var cal1 = new calendar2(document.search.In_TextBox6);
											</script>
											<asp:textbox id="In_TextBox7" runat="server" Width="120px"></asp:textbox><IMG onclick="cal2.popup();" alt="" src="datetime.gif">
											<script>
		var cal2 = new calendar2(document.search.In_TextBox7);
											</script>
										</TD>
									</TR>
									<tr>
										<td align="right" colSpan="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
											<asp:Label id="Label1" runat="server" ForeColor="Red" Visible="False">不能全为空</asp:Label>
											<asp:ImageButton id="btnSerch" runat="server" ImageUrl="images/search.gif"></asp:ImageButton></td>
									</tr>
									<tr>
										<td align="left" colSpan="2"><B>&nbsp;&nbsp;注意:</B><br>
											&nbsp;&nbsp;&nbsp;&nbsp;1)搜索类别可以选择“全部论坛”(大类中选择);<br>
											&nbsp;&nbsp;&nbsp;&nbsp;2)由于数据库服务器压力的问题,请分段搜索;<br>
											&nbsp;&nbsp;&nbsp;&nbsp;3)对小类搜索指论坛搜索范围是指定的小类论坛;<br>
											&nbsp;&nbsp;&nbsp;&nbsp;4)对大类搜索,是指论坛搜索范围是选择的大类论坛,它包括其下的所有小类论坛;<br>
											&nbsp;&nbsp;&nbsp;&nbsp;5)搜索结果只返回满足条件的300条记录,根据贴子最后回复时间排序;<br>
											&nbsp;&nbsp;&nbsp;&nbsp;6)搜索所有贴子,请使用“%”;<br>
										</td>
									</tr>
								</TBODY>
							</table>
						</td>
						<td vAlign="top" width="20"></td>
					</tr>
				</TBODY>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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