Har lige gjort det enkelt for dig:
<html>
<head>
<script language="JavaScript" type="text/javascript">
<!--
function searchWeb() {
if (document.search.engines.selectedIndex==0) { window.location.href="
http://uk.altavista.com/web/results?pg=q&what=web&fmt=.&q="+document.search.queryText.value; }
if (document.search.engines.selectedIndex==1) { window.location.href="
http://www.ask.com/main/askjeeves.asp?x=22&y=13&ask="+document.search.queryText.value; }
if (document.search.engines.selectedIndex==2) { window.location.href="
http://www.infospace.com/dog/redir.htm?&qkw="+document.search.queryText.value; }
if (document.search.engines.selectedIndex==3) { window.location.href="
http://www.google.com/search?btnG=Google+Search&q="+document.search.queryText.value; }
if (document.search.engines.selectedIndex==4) { window.location.href="
http://www.hotbot.com/default.asp?prov=Fast&tab=web&query="+document.search.queryText.value; }
if (document.search.engines.selectedIndex==5) { window.location.href="
http://www.looksmart.com/r_search?look=&key="+document.search.queryText.value; }
if (document.search.engines.selectedIndex==6) { window.location.href="
http://search.lycos.com/?query="+document.search.queryText.value; }
if (document.search.engines.selectedIndex==7) { window.location.href="
http://search.metacrawler.com/texis/search?brand=metacrawler&q="+document.search.queryText.value; }
if (document.search.engines.selectedIndex==8) { window.location.href="
http://search.yahoo.com/search?p="+document.search.queryText.value; }
}
// -->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Ny side 1</title>
</head>
<body>
<form name="search">
<table style="border-style: double; border-color: #223D97" bgcolor="233D97" height="50" align="center">
<tr>
<td>
<select name="engines" style="font-size: 9pt">
<option value="0" selected>AltaVista</option>
<option value="1">Ask Jeeves</option>
<option value="2">InfoSpace</option>
<option value="3">Google</option>
<option value="4">HotBot</option>
<option value="5">LookSmart</option>
<option value="6">Lycos</option>
<option value="7">MetaCrawler</option>
<option value="8">Yahoo!</option>
</select>
<input type="text" size="25" value="Søg efter ........" onFocus=select(); name="queryText" style="font-size: 9pt" />
<input type="button" value="Go.." onClick="searchWeb()" style="font-size: 9pt" />
</td>
</tr>
</table>
</form>
</body>
</html>