<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">

<html>
<head>
<title>Using Indexing Service Query Form</title>

<SCRIPT LANGUAGE="JavaScript">
        TempString = navigator.appVersion
        if (navigator.appName == "Microsoft Internet Explorer"){        
// Check to see if browser is Microsoft
                if (TempString.indexOf ("4.") >= 0){
// Check to see if it is IE 4
                        document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
                }
                else {
                        document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
                }
        }
        else if (navigator.appName == "Netscape") {                                             
// Check to see if browser is Netscape
                document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
        }
        else
                document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
</script>

<META NAME="DESCRIPTION" CONTENT="Tells how to refine searches by using complex queries">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
</head>

<body bgcolor="#FFFFcc" text="#000000" LANGUAGE="VBScript">
<font face="Verdana,Arial,Helvetica">

The queries entered from the <B> Indexing Service Query Form </B> are, by default, free-text 
queries. To use the advanced features of the <B> Indexing Service Query Language </B>, click 
<B> Advanced Query </B>. This allows you to query 
particular properties and to take advantage of the powerful features of the query 
language, such as weighted, vector, and boolean queries. To learn more about the features 
of the <B> Indexing Service Query Language </B> please click on the Query Syntax button.
<p>
<p>
<p>
<p align="center"> <BUTTON TYPE=SUBMIT ID="CmdTips">&nbsp;Query Syntax&nbsp;</BUTTON>&nbsp;



</font>
</body>


<SCRIPT LANGUAGE=VBSCRIPT>

'
  ' SubRoutine: CmdGo_OnClick
  '
  '   Synopsis: Executes query
  '

  Private SUB CmdTips_OnClick()
    ON ERROR RESUME NEXT
    '
    ' show help
    '
    
    showHelp("isconcepts.chm::/ismain-concepts_30.htm")
    
  END SUB
  
</SCRIPT>

</html>