
<pre>
*************************************************************
************ html code in head tag begin ********************


<script language="JavaScript">

function formreset() {
document.forms[0].reset();
}

function Handler(){
var vv =document.foo.v1.options[document.foo.v1.selectedIndex].value
document.foo.pg.name="boom";
document.foo.cat.name="dog";

if (vv == 1){
document.foo.method="get";
document.forms[0].action="<a href="http://search.yahoo.com/bin/search" target=_blank>http://search.yahoo.com/bin/search</a>";
document.forms[0].kwd.name="p";
document.forms[0].kwd.focus();
}

if (vv == 2){
document.forms[0].method="get";
document.forms[0].action="<a href="http://search.lycos.com/main/" target=_blank>http://search.lycos.com/main/</a>";
document.forms[0].kwd.name="query";
document.forms[0].kwd.focus();
} 

if (vv == 3){
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://altavista.digital.com/cgi-bin/query" target=_blank>http://altavista.digital.com/cgi-bin/query</a>";
document.forms[0].kwd.name="q";
document.forms[0].kwd.focus();
} 

if (vv == 4){
document.forms[0].method="get";
document.forms[0].action="<a href="http://www.excite.com/search.gw" target=_blank>http://www.excite.com/search.gw</a>";
document.forms[0].kwd.name="search";
document.forms[0].kwd.focus();
} 

if (vv == 5){
document.forms[0].method="get";
document.forms[0].action="<a href="http://hotbot.lycos.com/" target=_blank>http://hotbot.lycos.com/</a>"; 
document.forms[0].kwd.name="MT";
document.forms[0].kwd.focus(); 
} 

if (vv == 6){ 
document.forms[0].method="post"; 
document.forms[0].action="<a href="http://www.goto.com/d/search/p/go/" target=_blank>http://www.goto.com/d/search/p/go/</a>"; 
document.forms[0].kwd.name="Keywords"; 
document.forms[0].kwd.focus(); 
} 

if (vv == 7){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://www.google.com/groups" target=_blank>http://www.google.com/groups</a>"; 
document.forms[0].kwd.name="q"; 
document.forms[0].kwd.focus(); 
}  

if (vv == 8){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://search.excite.com/search.gw" target=_blank>http://search.excite.com/search.gw</a>"; 
document.forms[0].kwd.name="s"; 
document.forms[0].kwd.focus(); 
}  

if (vv == 9){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://www.search.com/search" target=_blank>http://www.search.com/search</a>"; 
document.forms[0].kwd.name="q"; 
document.forms[0].kwd.focus(); 
} 

if (vv == 10){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://www.monstercrawler.com/beta-bin/nph-beta.pl" target=_blank>http://www.monstercrawler.com/beta-bin/nph-beta.pl</a>"; 
document.forms[0].kwd.name="qry"; 
document.forms[0].kwd.focus(); 
} 

if (vv == 11){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://www.metacrawler.com/crawler" target=_blank>http://www.metacrawler.com/crawler</a>"; 
document.forms[0].kwd.name="general"; 
document.forms[0].kwd.focus(); 
}  

if (vv == 12){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://www.ask.com/main/askjeeves.asp" target=_blank>http://www.ask.com/main/askjeeves.asp</a>"; 
document.forms[0].kwd.name="ask"; 
document.forms[0].kwd.focus(); 
} 

if (vv == 13){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://www.nlsearch.com/nlquery.fcg" target=_blank>http://www.nlsearch.com/nlquery.fcg</a>"; 
document.forms[0].kwd.name="qr"; 
document.forms[0].kwd.focus(); 
} 

if (vv == 14){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://www.google.com/search" target=_blank>http://www.google.com/search</a>"; 
document.forms[0].kwd.name="q"; 
document.forms[0].kwd.focus(); 
} 

if (vv == 15){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://search.aol.com/dirsearch.adp" target=_blank>http://search.aol.com/dirsearch.adp</a>"; 
document.forms[0].kwd.name="query"; 
document.forms[0].kwd.focus(); 
} 

if (vv == 16){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://www.directhit.com/umbrella.asp" target=_blank>http://www.directhit.com/umbrella.asp</a>"; 
document.forms[0].kwd.name="qry"; 
document.forms[0].kwd.focus(); 
} 

if (vv == 17){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://www.alltheweb.com/search" target=_blank>http://www.alltheweb.com/search</a>"; 
document.forms[0].kwd.name="query"; 
document.forms[0].kwd.focus(); 
} 

if (vv == 18){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://www.mamma.com/Mamma" target=_blank>http://www.mamma.com/Mamma</a>"; 
document.forms[0].kwd.name="query"; 
document.forms[0].kwd.focus(); 
} 

if (vv == 19){ 
document.forms[0].method="get"; 
document.forms[0].action="<a href="http://search.virgilio.it/gw/search" target=_blank>http://search.virgilio.it/gw/search</a>"; 
document.forms[0].kwd.name="qs"; 
document.forms[0].kwd.focus(); 
} 

} 
</script>


************ html code in head tag end **********************
*************************************************************



*************************************************************
************ attribute in body tag **************************

onload="formreset()"

************ attribute in body tag **************************
*************************************************************



*************************************************************
************ html code in body tag begin ********************


<div align="center">
<br><br>
<hr>
<form name=foo method=get target="back1">
<b>Search the Internet:&amp;nbsp;</b>
<select name=v1 onChange="Handler()"><option>&amp;nbsp;Select the Search Engine&amp;nbsp;<option value=1>Yahoo<option value=2>Lycos<option value=3>AltaVista<option value=4>Excite<option value=5>HotBot<option value=6>InfoSeek by Go.com<option value=7>DejaNews Arch. by Google<option value=8>WebCrawler<option value=9>Savvy Search by CNET<option value=10>Monster Crawler<option value=11>MetaCrawler<option value=12>Ask Jeeves!<option value=13>Northern Light<option value=14>Google<option value=15>AOL Search<option value=16>Direct Hit<option value=17>All The Web<option value=18>Mamma<option value=19>Virgilio</select>
<hr width=44%>
<b>Keyword(s):&amp;nbsp;</b><input type=text name=kwd size=35>
<!--For Yahoo--><!--none-->
<!--For Lycos--><!--none-->
<!--For AltaVista--><input TYPE=HIDDEN NAME=pg value=q><input type=hidden NAME=what value="web"><input type=hidden Name=user value=yahoo>
<!--For Excite--><input type=hidden NAME=collection VALUE=web><input TYPE=hidden NAME=backlink VALUE="http://web.aacpl.lib.md.us"><input TYPE=hidden NAME=bltext VALUE="AACPL">
<!--For HotBot--><!--none-->
<!--For InfoSeek--><INPUT type=hidden value=go_home name=Partner>
<!--For DejaNews--><!--none-->
<!--For WebCrawler--><INPUT type=hidden value=webcrawler name=lk><input type=hidden name=onload value="">
<!--For Savvy Search--><INPUT type=hidden value=1 name=channel><INPUT type=hidden value=st.se.fd..sch name=tag>
<!--For Monster Crawler--><!--none-->
<!--For MetaCrawler--><input type=hidden name=target value=""><input type="hidden" name="region" value=><input type="hidden" name="rpp" value=20><input type="hidden" name="timeout" value=10><input type="hidden" name="hpe" value=10><input type="hidden" name="bool" value="0">
<!--For Ask Jeeves--><!--none--><!--For Northern Light--><input type=hidden name=us value="025"><input type=hidden name=cc value="">
<!--For Google--><!--none-->
<!--For AOL Search--><input type=hidden name=start value=><input type=hidden name=from value=topsearchbox./index.adp>
<!--For Direct Hit--><input type="hidden" name="alias" value="websrch">
<!--For All The Web--><input type=hidden name=cat value=web>
<!--For Mamma--><input TYPE="hidden" VALUE="" NAME="p1"><input TYPE="hidden" VALUE="2" NAME="timeout">
<!--For Virgilio--><!--none-->&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;<input type=submit name=submit value="Search">
</form>
<br>
<hr>
</div>


************ html code in body tag end **********************
*************************************************************</font></pre>