Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
3.6 KiB

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
  2. <HTML>
  3. <HEAD>
  4. <LINK REL=STYLESHEET HREF="is2style.css" TYPE="text/css">
  5. <TITLE>Indexing Service High Performance Sample HTM/IDQ/HTX Search Form</TITLE>
  6. <META NAME="DESCRIPTION" CONTENT="Sample query form for Indexing Service">
  7. <META NAME="AUTHOR" CONTENT="Indexing Service Team">
  8. <META NAME="KEYWORDS" CONTENT="query, content, hit">
  9. <META NAME="SUBJECT" CONTENT="sample form">
  10. <META NAME="MS.CATEGORY" CONTENT="Internet">
  11. <META NAME="MS.LOCALE" CONTENT="EN-US">
  12. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  13. </HEAD>
  14. <!-- To change the form's background pattern, simply save your background pattern
  15. using the name IS2BKGND.GIF in the same directory as this form. -->
  16. <BODY OnLoad="Init()" LANGUAGE="JSCRIPT" background="is2bkgnd.gif">
  17. <TABLE>
  18. <TR><TD><A HREF="http://www.microsoft.com/ntserver/search" target="_top">
  19. <!-- To change the form's logo, simply save your logo using the name IS2LOGO.GIF
  20. in the same directory as this form. -->
  21. <IMG SRC ="is2logo.gif" VALIGN=MIDDLE ALIGN=LEFT border=0></a></TD></TR>
  22. <TR><TD ALIGN="RIGHT"><H3>
  23. <!-- The following line of text is displayed next to the form logo. -->
  24. High Performance Sample HTM/IDQ/HTX Search Form
  25. </H3></TD></TD></TR>
  26. </TR>
  27. </TABLE>
  28. <FORM NAME=QueryForm ACTION="fastq.idq" METHOD="GET">
  29. <TABLE WIDTH=500>
  30. <TR>
  31. <TD>Enter your query below:</TD>
  32. </TR>
  33. <TR>
  34. <TD><INPUT TYPE="TEXT" NAME="CiRestriction" SIZE="65" MAXLENGTH="100" VALUE=""></TD>
  35. <TD><INPUT TYPE="SUBMIT" VALUE="Go"></TD>
  36. </TR>
  37. <TR>
  38. <TD ALIGN="RIGHT"><A HREF="ixtiphlp.htm">Tips for searching</A></TD>
  39. </TR>
  40. </TABLE>
  41. <!-- The CiScope parameter allows you to control which documents are searched. To search
  42. the entire document set, use a value of "/", which corresponds to the root of your web
  43. virtual namespace. To search a subset of your documents, set the value equal to the
  44. virtual directory you want to search. -->
  45. <INPUT TYPE="HIDDEN" NAME="CiScope" VALUE="/">
  46. <INPUT TYPE="HIDDEN" NAME="FastDir" VALUE="IISSamples/ISSamples">
  47. <INPUT TYPE="HIDDEN" NAME="HTMLQueryForm" VALUE="fastq.htm">
  48. </FORM>
  49. <!-- BEGIN STANDARD MICROSOFT FOOTER FOR QUERY PAGES -->
  50. <hr width=500 align=left>
  51. <p>
  52. <table border="0" cellpadding="0" cellspacing="0" width="500">
  53. <tr>
  54. <!-- IIS GIF -->
  55. <td>
  56. <a href="http://www.microsoft.com/windows2000"><img src="win2k.gif" alt="Learn more about Microsoft Windows 2000!" border="0"></a>
  57. </td>
  58. <!-- Microsoft Legal Info -->
  59. <td align=center>
  60. <font style="font:arial; font-size: 8pt"> &copy;1997-1999 Microsoft Corporation. All rights reserved.<br></font>
  61. <a href="http://www.microsoft.com/misc/cpyright.htm"><font style="font:arial; font-size: 6pt">Legal Notices.</font></a>
  62. </td>
  63. <!-- Best with IE GIF -->
  64. <td align=right>
  65. <a href="http://www.microsoft.com/ie"><img src="IE.GIF" alt="Download Internet Explorer!" border="0"></a>
  66. </td>
  67. </tr>
  68. </table>
  69. <!-- END STANDARD MICROSOFT FOOTER FOR QUERY PAGES -->
  70. </BODY>
  71. <SCRIPT LANGUAGE=JSCRIPT>
  72. function Init()
  73. {
  74. QueryForm.CiRestriction.focus();
  75. }
  76. </SCRIPT>
  77. </HTML>