<HTML> <SCRIPT> function updateForms() { document.altavista.q.value = document.forms[0].input.value; document.excite.search.value = document.forms[0].input.value; document.galaxy.keywords.value = document.forms[0].input.value; document.hotbot.MT.value = document.forms[0].input.value; document.infoseek.qt.value = document.forms[0].input.value; document.lycos.query.value = document.forms[0].input.value; document.magellan.query.value = document.forms[0].input.value; document.webcrawler.searchText.value = document.forms[0].input.value; document.yahoo.p.value = document.forms[0].input.value; } function submitForms() { if (document.main.altavista.checked) { altavistaWindow=window.open ("blank.html", "altavista", "toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes") altavistaWindow.document.write ("<HEAD><TITLE>Results of Your Search on altavista</TITLE></HEAD>"); altavistaWindow.document.write ("<BODY BGCOLOR=#FFFFFF TEXT=#000000><CENTER><P><B>Waiting for Search Results on altavista</B></P></CENTER></BODY>"); } if (document.main.excite.checked) { exciteWindow=window.open ("blank.html", "excite", "toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes") exciteWindow.document.write ("<HEAD><TITLE>Results of Your Search on excite</TITLE></HEAD>"); exciteWindow.document.write ("<BODY BGCOLOR=#FFFFFF TEXT=#000000><CENTER><P><B>Waiting for Search Results on excite</B></P></CENTER></BODY>"); } if (document.main.galaxy.checked) { galaxyWindow=window.open ("blank.html", "galaxy", "toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes") galaxyWindow.document.write ("<HEAD><TITLE>Results of Your Search on galaxy</TITLE></HEAD>"); galaxyWindow.document.write ("<BODY BGCOLOR=#FFFFFF TEXT=#000000><CENTER><P><B>Waiting for Search Results on galaxy</B></P></CENTER></BODY>"); } if (document.main.hotbot.checked) { hotbotWindow=window.open ("blank.html", "hotbot", "toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes") hotbotWindow.document.write ("<HEAD><TITLE>Results of Your Search on hotbot</TITLE></HEAD>"); hotbotWindow.document.write ("<BODY BGCOLOR=#FFFFFF TEXT=#000000><CENTER><P><B>Waiting for Search Results on hotbot</B></P></CENTER></BODY>"); } if (document.main.infoseek.checked) { infoseekWindow=window.open ("blank.html", "infoseek", "toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes") infoseekWindow.document.write ("<HEAD><TITLE>Results of Your Search on infoseek</TITLE></HEAD>"); infoseekWindow.document.write ("<BODY BGCOLOR=#FFFFFF TEXT=#000000><CENTER><P><B>Waiting for Search Results on infoseek</B></P></CENTER></BODY>"); } if (document.main.lycos.checked) { lycosWindow=window.open ("blank.html", "lycos", "toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes") lycosWindow.document.write ("<HEAD><TITLE>Results of Your Search on lycos</TITLE></HEAD>"); lycosWindow.document.write ("<BODY BGCOLOR=#FFFFFF TEXT=#000000><CENTER><P><B>Waiting for Search Results on lycos</B></P></CENTER></BODY>"); } if (document.main.magellan.checked) { magellanWindow=window.open ("blank.html", "magellan", "toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes") magellanWindow.document.write ("<HEAD><TITLE>Results of Your Search on magellan</TITLE></HEAD>"); magellanWindow.document.write ("<BODY BGCOLOR=#FFFFFF TEXT=#000000><CENTER><P><B>Waiting for Search Results on magellan</B></P></CENTER></BODY>"); } if (document.main.webcrawler.checked) { webcrawlerWindow=window.open ("blank.html", "webcrawler", "toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes") webcrawlerWindow.document.write ("<HEAD><TITLE>Results of Your Search on webcrawler</TITLE></HEAD>"); webcrawlerWindow.document.write ("<BODY BGCOLOR=#FFFFFF TEXT=#000000><CENTER><P><B>Waiting for Search Results on webcrawler</B></P></CENTER></BODY>"); } if (document.main.yahoo.checked) { yahooWindow=window.open ("blank.html", "yahoo", "toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes") yahooWindow.document.write ("<HEAD><TITLE>Results of Your Search on yahoo</TITLE></HEAD>"); yahooWindow.document.write ("<BODY BGCOLOR=#FFFFFF TEXT=#000000><CENTER><P><B>Waiting for Search Results on yahoo</B></P></CENTER></BODY>"); } if (document.main.altavista.checked) document.altavista.submit(); if (document.main.excite.checked) document.excite.submit(); if (document.main.galaxy.checked) document.galaxy.submit(); if (document.main.hotbot.checked) document.hotbot.submit(); if (document.main.infoseek.checked) document.infoseek.submit(); if (document.main.lycos.checked) document.lycos.submit(); if (document.main.magellan.checked) document.magellan.submit(); if (document.main.webcrawler.checked) document.webcrawler.submit(); if (document.main.yahoo.checked) document.yahoo.submit(); return false; } </SCRIPT> <HEAD> <TITLE>All in One Search Form</TITLE> </HEAD> <BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#0000FF VLINK=#000066> <DL><DD> <H3>All in One Search Form</H3> <P> This form lets you run simultaneous searches on a number of search engines. Select one or more search engines, enter your search terms and hit Run Searches!. Multiple windows will open each with the search results from one seach engine. </P> </DD></DL> <HR> <CENTER> <FORM NAME="main" onSubmit="return submitForms()"> <TABLE BORDER="1" CELLPADDING="2" CELLSPACING="2"> <TR> <TD> Enter Search Terms: </TD> <TD COLSPAN=2> <INPUT TYPE=text NAME=input SIZE=30 MAXLENGTH=200 VALUE="" onChange="return updateForms();"> </TD> </TR> <TR> <TD> <INPUT TYPE="checkbox" NAME="altavista" VALUE="y">Altavista </TD> <TD> <INPUT TYPE="checkbox" NAME="excite" VALUE="y">Excite </TD> <TD> <INPUT TYPE="checkbox" NAME="galaxy" VALUE="y">Galaxy </TD> </TR> <TR> <TD> <INPUT TYPE="checkbox" NAME="hotbot" VALUE="y">Hotbot </TD> <TD> <INPUT TYPE="checkbox" NAME="infoseek" VALUE="y">Info Seek </TD> <TD> <INPUT TYPE="checkbox" NAME="lycos" VALUE="y">Lycos </TD> </TR> <TR> <TD> <INPUT TYPE="checkbox" NAME="magellan" VALUE="y">Magellan </TD> <TD> <INPUT TYPE="checkbox" NAME="webcrawler" VALUE="y">Web Crawler </TD> <TD> <INPUT TYPE="checkbox" NAME="yahoo" VALUE="y">Yahoo </TD> </TR> <TR> <TD COLSPAN =3 ALIGN=CENTER> <INPUT TYPE="reset" VALUE="Reset"> <INPUT TYPE="button" VALUE="Run Searches!" onClick="return submitForms();"> </TD> </TR> </TABLE> </FORM> </CENTER> <CENTER> <P> You can use the links below to run direct searches on any specific search engine. </P> <P> <a HREF="#AltaVista">Alta Vista</a> | <a HREF="#Excite">Excite</a> | <a HREF="#Galaxy">Galaxy</a> | <a HREF="#HOTBOT">Hotbot</a> | <a HREF="#InfoSeekGuide">Info Seek</a> | <a HREF="#Lycos">Lycos</a> | <a HREF="#Magellan">Magellan</a> | <a HREF="#WC">Web Crawler</a> | <a HREF="#Yahoo">Yahoo</a> | </P> </CENTER> <HR> <b><a NAME="AltaVista" HREF= "http://www.altavista.digital.com/cgi-bin/query">Alta Vista</a></b> <P> Do not use AND or OR to combine words, simply type a few words or phrases.<BR> To find a bed-time story: "fairy tale" +frog -dragon <P> <FORM TARGET="altavista" NAME="altavista" method=GET action="http://www.altavista.digital.com/cgi-bin/query"> <INPUT TYPE=hidden NAME=pg VALUE=q> Search for <INPUT NAME=q SIZE=20 MAXLENGTH=200 VALUE=""> in <SELECT NAME=what><OPTION VALUE=web SELECTED>the Web<OPTION VALUE=news >Usenet</SELECT> and display results <SELECT NAME=fmt><OPTION VALUE="" SELECTED>in Standard Form<OPTION VALUE=c >in Compact Form<OPTION VALUE=d >in Detailed Form</SELECT>. <p><INPUT TYPE =submit VALUE=Submit>&nbsp;<a HREF= "#TOP">Top</a>&nbsp; </FORM> <hr> <b><a NAME="excite" HREF= "http://www.excite.com/">Excite</a></b> <BR> <PRE>Examples: Travel +France Jaguar -car -automobiles swimming AND (man OR woman) </PRE></FONT> <FORM TARGET="excite" NAME="excite" ACTION="http://www.excite.com/search.gw" METHOD=GET> Search for <INPUT NAME="search" SIZE=20 VALUE=""><BR> <INPUT type="hidden" NAME="trace" value="a"> Search in <SELECT NAME="collection"><OPTION SELECTED VALUE="web">World Wide Web <OPTION VALUE="timely">NewsTracker <OPTION VALUE="guide">Excite Web Site Reviews <OPTION VALUE="news">Usenet Newsgroups <OPTION VALUE="news.class">Usenet Classifieds </SELECT> <INPUT TYPE="hidden" NAME="display" VALUE="html2,lb"> <INPUT TYPE =submit VALUE=Submit>&nbsp;<a HREF= "#TOP">Top</a>&nbsp; </FORM> <hr> <b><a NAME="Galaxy" HREF= "http://galaxy.tradewave.com/cgi-bin/wais-text-multi?">Galaxy</a></b> <P> <FORM TARGET="galaxy" NAME="galaxy" METHOD=POST ACTION="http://galaxy.tradewave.com/cgi-bin/wais-text-multi"> Search for <INPUT NAME="keywords" SIZE=25 VALUE=""> <SELECT NAME="terseness"> <OPTION VALUE="3"> Long output <OPTION SELECTED VALUE="2"> Medium output <OPTION VALUE="1"> Short output </SELECT> <P> Match <INPUT TYPE="radio" NAME="bool" VALUE="anyterms" > <b>any</b> search term, or <INPUT TYPE="radio" NAME="bool" VALUE="allterms" checked> <b>all</b> search terms. <P> <INPUT TYPE="checkbox" NAME="websearch" VALUE="checked" checked> Search the Web - for each document: <BR> Search <INPUT TYPE="radio" NAME="area" VALUE="webtext" checked> <b>all</b> text within <SELECT NAME="subject"> <OPTION VALUE="JNSX"> Social-Sciences <OPTION VALUE="FVCX"> Science <OPTION VALUE="HVTX"> Reference-and-Interdisciplinary-Information <OPTION VALUE="NQMX"> Medicine <OPTION VALUE="WHFX"> Leisure-and-Recreation <OPTION VALUE="CVEX"> Law <OPTION VALUE="IGDX"> Humanities <OPTION VALUE="YKRX"> Government <OPTION VALUE="QOQX"> Engineering-and-Technology <OPTION VALUE="TCBX"> Community <OPTION VALUE="TAWX"> Business-and-Commerce <OPTION SELECTED VALUE=""> Every Topic </SELECT><BR> <P> Search <INPUT TYPE="radio" NAME="area" VALUE="webtitles" > <b>title</b> text only, or <INPUT TYPE="radio" NAME="area" VALUE="weblinks" > <b>link</b> text only. <P> Also search <INPUT TYPE="checkbox" NAME="pagesearch" VALUE="checked" > Galaxy Pages <INPUT TYPE="checkbox" NAME="gophersearch" VALUE="checked" > Gopher Titles <INPUT TYPE="checkbox" NAME="telnetsearch" VALUE="checked" > Telnet Resources <P> <INPUT TYPE="hidden" NAME="nextwebtextresult" VALUE="-1"> <P> <INPUT TYPE =submit VALUE=Submit>&nbsp;<a HREF= "#TOP">Top</a>&nbsp; </FORM> <hr> <b><a NAME="HOTBOT" HREF= "http://www.hotbot.com/">Hotbot</a></b> <P> <FORM TARGET="hotbot" NAME="hotbot" action=http://www.hotbot.com/lite/search.html name=HSQ> Search for <input type=text name="MT" size=20 maxlength=100> <BR>Look for <select name="SM" > <option value="MC">all the words <option value="SC">any of the words <option value="phrase">the phrase <option value="name">the person <option value="url">the URL </select> typed above. <input type=hidden name="SW" value=""> <input type=hidden name="OP" value="0"><input type=hidden name="date" value="WH"> <input type=hidden name="DR" value="newer"> <input type=hidden name="DM" value="1"> <input type=hidden name="DD" value="1"> <input type=hidden name="DY" value="95"> <input type=hidden name="DV" value="10"> <input type=hidden name="DU" value="years"> <input type=hidden name="smiley" value=""> <input type=hidden name="RD" value="AN"> <input type=hidden name="RG" value="NA"> <input type=hidden name="domain" value=""> <input type=hidden name="DC" value="10"> <input type=hidden name="FJA" value="off"> <input type=hidden name="FJS" value="off"> <input type=hidden name="FRA" value="off"> <input type=hidden name="FAC" value="off"> <input type=hidden name="FSW" value="off"> <input type=hidden name="FVR" value="off"> <input type=hidden name="FSU" value="off"> <input type=hidden name="FSM" value="off"> <input type=hidden name="OP" value="0"> <input type=hidden name="MOD" value="0"> <BR><INPUT TYPE =submit VALUE=Submit>&nbsp;<a HREF= "#TOP">Top</a>&nbsp; </FORM> <hr> <b><a NAME="InfoSeekGuide" HREF=http://guide.infoseek.com/>InfoSeek Guide</a></b> <p> <FORM TARGET="infoseek" NAME="infoseek" method="get" action="http://guide-p.infoseek.com/Titles"> Search for <INPUT NAME="qt" SIZE=20 VALUE="" MAXLENGTH=80> in <SELECT NAME="col"> <OPTION VALUE="WW" SELECTED>the World Wide Web <OPTION VALUE="WW,cat_+">Infoseek Select Sites <OPTION VALUE="IT">Categories of Sites <OPTION VALUE="NN">Usenet Newsgroups <OPTION VALUE="EM">E-mail Addresses <OPTION VALUE="RU">Reuters News <OPTION VALUE="FQ">Web FAQs </SELECT> <P> <INPUT TYPE=hidden NAME="sv" VALUE="IS"> <INPUT TYPE=hidden NAME="lk" VALUE="lcd"> <INPUT TYPE =submit VALUE=Submit>&nbsp;<a HREF= "#TOP">Top</a>&nbsp; </FORM> <hr> <b><a NAME="Lycos" HREF= "http://www.lycos.com/">Lycos</A></b> <p> <form TARGET="lycos" NAME="lycos" action="http://www.lycos.com/cgi-bin/pursuit" METHOD=GET> <P>Search <SELECT NAME="cat"> <OPTION SELECTED value="lycos">The Web <OPTION value="sounds">Sounds <OPTION value="graphics">Pictures <OPTION value="a2z">Sites by Subject </SELECT> <BR> Search for <INPUT TYPE="text" NAME="query" SIZE=22>&nbsp;&nbsp; <INPUT TYPE =submit VALUE=Submit>&nbsp;<a HREF= "#TOP">Top</a>&nbsp;</form> </FORM> <hr> <b><a NAME="Magellan" HREF= "http://www.mckinley.com/mckinley-cgi/advsearch.pl">Magellan</a></b> Reviews of WWW-sites<BR> Enter one or more words.<P> Example: <I>wooden boat</I><BR> Finds records that contain either "wooden" or "boat" or both.<P> Example: <I>the wooden boat</I><BR> Finds records that contain either "wooden" or "boat" or both; it ignores the word "the."<P> Example: <i>wooden - boat</i><BR> Finds records that contain "wooden" but not "boat."<P> <form TARGET="magellan" NAME="magellan" method="get" action="http://searcher.mckinley.com/searcher.cgi"> Search for <input size=20 name="query" value=""> <INPUT TYPE =submit VALUE=Submit>&nbsp;<a HREF= "#TOP">Top</a>&nbsp;</form> <hr> <b><a NAME="WC" href= "http://webcrawler.com/">Web Crawler</a></b> <p> <FORM TARGET="webcrawler" NAME="webcrawler" METHOD="GET" ACTION="http://webcrawler.com/cgi-bin/WebQuery" METHOD=POST> <p> Search for <INPUT NAME="searchText" SIZE=30><br> Find pages with <SELECT NAME="andOr"><OPTION SELECTED>all<OPTION>any</SELECT> of these words and limit the number of matches to <SELECT NAME="maxHits"><OPTION>10<OPTION>25<OPTION SELECTED>200</SELECT>. <br><INPUT TYPE =submit VALUE=Submit>&nbsp;<a HREF= "#TOP">Top</a>&nbsp;</form> <hr> <b><a NAME="Yahoo" HREF= "http://www.yahoo.com/search.html">Yahoo</a></b> <p> <form TARGET="yahoo" NAME="yahoo" method=GET action="http://search.yahoo.com/bin/search"> Find all listings containing the <i>keys</i> (separated by space)<br> <input size=30 name=p><br> Search <input type="radio" name="d" value="y" checked> Yahoo! <input type="radio" name="d" value="d"> Usenet <input type="radio" name="d" value="f"> Email Addresses <dl> <dt>Find only new listings added during the past <select name=g><option value=1> 1 day<option value=7> 1 week<option value=31> 1 month<option value=0 selected> 3 years</select> <dt>Find listings that contain <dd><input type="radio" name=s value="o"> At least one of the <i>keys</i> (boolean <b>or</b>) <dd><input type="radio" name=s value="a" checked> All <i>keys</i> (boolean <b>and</b>) <dt>Consider <i>keys</i> to be <dd><input type="radio" name=w value="s" checked> Substrings <dd><input type="radio" name=w value="w"> Complete words <dt>Display <select name=n><option> 10<option selected> 25<option> 50<option> 100</select> listings per page </dl> <INPUT TYPE =submit VALUE=Submit>&nbsp;<a HREF= "#TOP">Top</a>&nbsp;</FORM> <HR> </BODY> </HTML>