asked on
<html>
<title>Customer Search</title>
<body background="../background.png" onLoad=dofo() alink="blue" vlink="blue">
<head>
<script type="text/javascript">
function dofo() {
document.fo.keyword.focus();
}
</script>
</head>
<div align="center">
<a href="http://intranet/search"><img src="../logo.png" border="0" alt=""></a>
<br>
<tr>
<td><a href="#" onClick="history.go(-1)">Back</a> <a href="http://intranet" alt="Intranet Home">Home</a> <a href="list_all.php">Show All</a></td>
</tr>
<form name="fo" method="POST" action="search.php">
<table>
<strong>Enter Customer Information</strong><br><br>
<input type="text" name="keyword" size="20" maxlength="100">
<input type="submit" name="submit" value="Search" />
</table>
</form>
</div>
</body>
</html>