Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
203 lines (159 sloc)
7.95 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | |
| <html> | |
| <head> | |
| <meta name="date" content="Friday - March 25, 1998"> | |
| <meta name="author" content="Bill Johnson"> | |
| <title> FCSI on the Web - Search </title> | |
| <meta name="Keywords" content="Fujitsu Compound Semiconductor, Inc., Fujitsu, FCSI, | |
| semiconductor, compound semiconductor, HEMT, MMIC, LSI, communications systems, gallium arsenide, | |
| GaAs IC, Microwave, Lightwave, Optoelectric, fiber channel, fiber optic, laser diodes"> | |
| <meta name="Description" content="Fujitsu Compound Semiconductor, Inc. (" fcsi") is a u.s. based distribution and r&d arm of fujitsu limited's compound semiconductor group, one of the world's largest suppliers of optoelectronic and microwave semiconductor components. fcsi is part of the fujitsu limited group of companies, and is a distributor of gallium-arsenide based semiconductor products utilized in the communications industry. fcsi is headquartered in san jose, california."> | |
| <meta name="FORMATTER" content="Microsoft FrontPage 2.0"> | |
| </head> | |
| <script language="JavaScript"> | |
| <!-- | |
| var months = new Array(); | |
| months[0] = "Jan."; | |
| months[1] = "Feb."; | |
| months[2] = "March"; | |
| months[3] = "April"; | |
| months[4] = "May"; | |
| months[5] = "June"; | |
| months[6] = "July"; | |
| months[7] = "August"; | |
| months[8] = "Sept. "; | |
| months[9] = "October"; | |
| months[10] = "Nov."; | |
| months[11] = "Dec."; | |
| // --> | |
| </script> | |
| <body bgcolor="#FFFFFF"> | |
| <center> | |
| <table border="0" cellpadding="0" cellspacing="0" width="552"> | |
| <tr> | |
| <td> <table border="0" cellpadding="0" cellspacing="0" width="552"> | |
| <tr> | |
| <td colspan="2"> <font face="ARIAL, HELVETICA" size="4"> Fujitsu Compound Semiconductor, Inc. </font> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td WIDTH="90" height="19" bgcolor="BLACK" align="CENTER" nowrap><b> <font face="ARIAL, HELVETICA" size="-2" color="WHITE"> <script language="JavaScript"> | |
| <!-- | |
| var now = new Date(); | |
| document.write(months[now.getMonth()] + " " + now.getDate() + ", 19" + now.getYear()); | |
| // --> | |
| </script> </font><br> | |
| </td> | |
| <td> <img border="0" alt="Menu Bar" width="352" height="19" hspace="0" vspace="0" src="images/searchmenu.gif" usemap="#header2" ismap><br> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"> <img border="0" alt="Fujitsu" width="442" height="56" hspace="0" vspace="0" src="images/searchbanner.gif"><br> | |
| </td> | |
| <td> <img border="0" alt="Fujitsu" width="110" height="56" hspace="0" vspace="0" src="images/repinfofujitsu2.gif"><br> | |
| </td> | |
| </tr> | |
| </table> | |
| <p> <font face="ARIAL, HELVETICA"><a name="top"><b>Text | |
| Search</b></a></font> <font face="ARIAL, HELVETICA" size="2"> </p> | |
| <p>Use the form below to search for documents in this web | |
| containing specific words or combinations of words. The | |
| text search engine will display a weighted list of | |
| matching documents, with better matches shown first. Each | |
| list item is a link to a matching document; if the | |
| document has a title it will be shown, otherwise only the | |
| document's file name is displayed. A brief <a href="#querylang">explanation</a> of the query language | |
| is available, along with examples.</p> | |
| <link REL="STYLESHEET" HREF="is2style.css" TYPE="text/css"> | |
| <meta NAME="DESCRIPTION" CONTENT="Sample ASP query form for Microsoft Index Server v2.0"> | |
| <meta NAME="AUTHOR" CONTENT="Index Server 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> | |
| <body > | |
| <p> | |
| <form ACTION="/query.asp" METHOD="POST"> | |
| <table WIDTH="500"> | |
| <tr> | |
| <td>Enter your query below:</td> | |
| </tr> | |
| <tr> | |
| <td><input TYPE="TEXT" NAME="SearchString" SIZE="35" MAXLENGTH="100" VALUE=""></td> | |
| </tr><tr><td><input TYPE="SUBMIT" NAME="Action" VALUE="Search"> <input type="reset" value="Clear"></td> | |
| </tr> | |
| <tr> | |
| <td ALIGN="RIGHT"><a HREF="querhlp.htm">Tips for searching</a></td> | |
| </tr> | |
| <tr> | |
| </tr> | |
| <tr> | |
| </tr> | |
| </table> | |
| </form> | |
| <br> | |
| <hr> | |
| <font face="ARIAL, HELVETICA" size="3"><a name="querylang"><b>Query Language</b></a></font> <p>The | |
| text search engine allows queries to be formed from | |
| arbitrary Boolean expressions containing the keywords | |
| AND, OR, and NOT, and grouped with parentheses. For | |
| example:</p> | |
| <blockquote> | |
| <dl> | |
| <dt><strong><tt>information retrieval</tt></strong></dt> | |
| <dd>finds documents containing 'information' or | |
| 'retrieval'<br> | |
| <br> | |
| </dd> | |
| <dt><strong><tt>information or retrieval</tt></strong></dt> | |
| <dd>same as above<br> | |
| <br> | |
| </dd> | |
| <dt><strong><tt>information and retrieval</tt></strong></dt> | |
| <dd>finds documents containing both 'information' | |
| and 'retrieval'<br> | |
| <br> | |
| </dd> | |
| <dt><strong><tt>information not retrieval</tt></strong></dt> | |
| <dd>finds documents containing 'information' but | |
| not 'retrieval'<br> | |
| <br> | |
| </dd> | |
| <dt><strong><tt>(information not retrieval) and | |
| WAIS</tt></strong></dt> | |
| <dd>finds documents containing 'WAIS', plus | |
| 'information' but not 'retrieval'<br> | |
| <br> | |
| </dd> | |
| <dt><strong><tt>web*</tt></strong></dt> | |
| <dd>finds documents containing words starting | |
| with 'web'<br> | |
| <br> | |
| </dd> | |
| </dl> | |
| </blockquote> | |
| <h5><a href="#top">Back to Top</a></h5> | |
| </font> </td> | |
| </tr> | |
| <tr> | |
| <td align="CENTER"> <br> | |
| <hr size="1" width="500" noshade> | |
| <font size="2"> <a href="rep/rep.htm">Representatives</a> | |
| | <a href="corporate.htm">Corporate</a> | <a href="news.htm">News</a> | <a href="support.htm">Support</a> | |
| | <a href="micro/micro.htm">Microwave</a> | <a href="opto/opto.htm">Lightwave</a> | <a href="gaasic/gaasic.htm">GaAs IC</a> <br> | |
| <a href="new/new.htm">What's New</a> | <a href="login.htm">Login</a> | <a href="sitemap.htm">Site | |
| Map</a> | <a href="help.htm">Help</a> | <a href="index.html">Home</a> | <a href="query.asp">Search</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td height="60" valign="BOTTOM"> <font size="2" face="ARIAL"> <a href="mailto:webmaster@fcsi.fujitsu.com">WebMaster@FCSI.Fujitsu.com</a><br> | |
| © 1999 Fujitsu Compound Semiconductor, Inc.</font> </td> | |
| </tr> | |
| </table> | |
| <map name="header2"> | |
| <base target="_parent"> | |
| <area shape="RECT" coords="12,0,69,19" href="new/new.htm"><area shape="RECT" coords="81,0,111,19" href="login.htm"><area shape="RECT" coords="128,0,170,19" href="sitemap.htm"><area shape="RECT" coords="186,0,211,19" href="help.htm"><area shape="RECT" coords="230,0,258,19" href="index.html"></map><map name="WEBMASTER"><area shape="RECT" coords="6,85,155,100" href="Mailto:WebMaster@FCSI.Fujitsu.com"></map><map name="PROCEED"><area shape="RECT" coords="128,3,225,45" href="../repinfo/billingbooking.asp?REP_CODE="></map><map name="WEBMASTEREMAIL"><area shape="RECT" coords="5,7,156,24" href="Mailto:WebMaster@FCSI.Fujitsu.com"></map> | |
| </body> | |
| </html> | |