windows-nt/Source/XPSP1/NT/inetsrv/query/sdk/iissearch/fastq.htm
2020-09-26 16:20:57 +08:00

100 lines
3.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<HEAD>
<LINK REL=STYLESHEET HREF="is2style.css" TYPE="text/css">
<TITLE>Indexing Service High Performance Sample HTM/IDQ/HTX Search Form</TITLE>
<META NAME="DESCRIPTION" CONTENT="Sample query form for Indexing Service">
<META NAME="AUTHOR" CONTENT="Indexing Service Team">
<META NAME="KEYWORDS" CONTENT="query, content, hit">
<META NAME="SUBJECT" CONTENT="sample form">
<META NAME="MS.CATEGORY" CONTENT="Internet">
<META NAME="MS.LOCALE" CONTENT="EN-US">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
</HEAD>
<!-- To change the form's background pattern, simply save your background pattern
using the name IS2BKGND.GIF in the same directory as this form. -->
<BODY OnLoad="Init()" LANGUAGE="JSCRIPT" background="is2bkgnd.gif">
<TABLE>
<TR><TD><A HREF="http://www.microsoft.com/ntserver/search" target="_top">
<!-- To change the form's logo, simply save your logo using the name IS2LOGO.GIF
in the same directory as this form. -->
<IMG SRC ="is2logo.gif" VALIGN=MIDDLE ALIGN=LEFT border=0></a></TD></TR>
<TR><TD ALIGN="RIGHT"><H3>
<!-- The following line of text is displayed next to the form logo. -->
High Performance Sample HTM/IDQ/HTX Search Form
</H3></TD></TD></TR>
</TR>
</TABLE>
<FORM NAME=QueryForm ACTION="fastq.idq" METHOD="GET">
<TABLE WIDTH=500>
<TR>
<TD>Enter your query below:</TD>
</TR>
<TR>
<TD><INPUT TYPE="TEXT" NAME="CiRestriction" SIZE="65" MAXLENGTH="100" VALUE=""></TD>
<TD><INPUT TYPE="SUBMIT" VALUE="Go"></TD>
</TR>
<TR>
<TD ALIGN="RIGHT"><A HREF="ixtiphlp.htm">Tips for searching</A></TD>
</TR>
</TABLE>
<!-- The CiScope parameter allows you to control which documents are searched. To search
the entire document set, use a value of "/", which corresponds to the root of your web
virtual namespace. To search a subset of your documents, set the value equal to the
virtual directory you want to search. -->
<INPUT TYPE="HIDDEN" NAME="CiScope" VALUE="/">
<INPUT TYPE="HIDDEN" NAME="FastDir" VALUE="IISSamples/ISSamples">
<INPUT TYPE="HIDDEN" NAME="HTMLQueryForm" VALUE="fastq.htm">
</FORM>
<!-- BEGIN STANDARD MICROSOFT FOOTER FOR QUERY PAGES -->
<hr width=500 align=left>
<p>
<table border="0" cellpadding="0" cellspacing="0" width="500">
<tr>
<!-- IIS GIF -->
<td>
<a href="http://www.microsoft.com/windows2000"><img src="win2k.gif" alt="Learn more about Microsoft Windows 2000!" border="0"></a>
</td>
<!-- Microsoft Legal Info -->
<td align=center>
<font style="font:arial; font-size: 8pt"> &copy;1997-1999 Microsoft Corporation. All rights reserved.<br></font>
<a href="http://www.microsoft.com/misc/cpyright.htm"><font style="font:arial; font-size: 6pt">Legal Notices.</font></a>
</td>
<!-- Best with IE GIF -->
<td align=right>
<a href="http://www.microsoft.com/ie"><img src="IE.GIF" alt="Download Internet Explorer!" border="0"></a>
</td>
</tr>
</table>
<!-- END STANDARD MICROSOFT FOOTER FOR QUERY PAGES -->
</BODY>
<SCRIPT LANGUAGE=JSCRIPT>
function Init()
{
QueryForm.CiRestriction.focus();
}
</SCRIPT>
</HTML>