Leaked source code of windows server 2003
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.

72 lines
2.3 KiB

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <html>
  3. <head>
  4. <title>Using Indexing Service Query Form</title>
  5. <SCRIPT LANGUAGE="JavaScript">
  6. TempString = navigator.appVersion
  7. if (navigator.appName == "Microsoft Internet Explorer"){
  8. // Check to see if browser is Microsoft
  9. if (TempString.indexOf ("4.") >= 0){
  10. // Check to see if it is IE 4
  11. document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  12. }
  13. else {
  14. document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  15. }
  16. }
  17. else if (navigator.appName == "Netscape") {
  18. // Check to see if browser is Netscape
  19. document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  20. }
  21. else
  22. document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  23. </script>
  24. <META NAME="DESCRIPTION" CONTENT="Tells how to refine searches by using complex queries">
  25. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
  26. </head>
  27. <body bgcolor="#FFFFcc" text="#000000" LANGUAGE="VBScript">
  28. <font face="Verdana,Arial,Helvetica">
  29. The queries entered from the <B> Indexing Service Query Form </B> are, by default, free-text
  30. queries. To use the advanced features of the <B> Indexing Service Query Language </B>, click
  31. <B> Advanced Query </B>. This allows you to query
  32. particular properties and to take advantage of the powerful features of the query
  33. language, such as weighted, vector, and boolean queries. To learn more about the features
  34. of the <B> Indexing Service Query Language </B> please click on the Query Syntax button.
  35. <p>
  36. <p>
  37. <p>
  38. <p align="center"> <BUTTON TYPE=SUBMIT ID="CmdTips">&nbsp;Query Syntax&nbsp;</BUTTON>&nbsp;
  39. </font>
  40. </body>
  41. <SCRIPT LANGUAGE=VBSCRIPT>
  42. '
  43. ' SubRoutine: CmdGo_OnClick
  44. '
  45. ' Synopsis: Executes query
  46. '
  47. Private SUB CmdTips_OnClick()
  48. ON ERROR RESUME NEXT
  49. '
  50. ' show help
  51. '
  52. showHelp("isconcepts.chm::/ismain-concepts_30.htm")
  53. END SUB
  54. </SCRIPT>
  55. </html>