How to write a document Search page with ASP (1)

Source: Internet
Author: User
<! DOCTYPE HTML Public "-//ietf//dtd html//en" >
<script language= "JavaScript" >
tempstring = navigator.appversion
if (navigator.appname = = "Microsoft Internet Explorer") {
Check to the If browser is Microsoft
if (Tempstring.indexof ("4.") >= 0) {
Check to the 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 the 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-refine searches by using complex queries" ><body bgcolor= "#FFFFFF" text= "#000000" >
<font face= "Song Body" >
<p> Search a Web site for any word or phrase (for example, the Execute Query button in the query table example) by typing a word or phrase in the query table, and then clicking the button to execute the query. This section describes the following topics:
</p>
<ul>
<li><strong><a href= "#Operators" > Logic and Proximity Operators </a>:</strong> shows how to perform more precise queries by inserting logical and proximity operators. </li>
<li><strong><a href= "#Wildcards" > Wildcard </a>:</strong> helps you find pages that contain words that are similar to the words you give. </li>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.