search.html
<html>
<head>
<title>フォトデータベースsearch</title>
</head>
<body>
<center>
<h1><b>フォトデータベースsearch</b></h1>
<hr>
<form action=”search.cgi”method=”POST”>
検索キーワード<br>
<input type=”text”name=”kyeword”><br>
<input type=”submit”value=”検索”>
<input type=”reset”value=”リセット”>
</form>
</center>
</body>
</html>