情報システム科
<html>
<head><title>サンプル</title></head>
<body><center>
<h2>ようこそ</h2>
<hr />
お選びください。<br />
<br />
<form action="http://localhost:8080/xxx/servlet/Sample6" method="GET">
<input type="text" name="cars" />
<input type="submit" value="送信" />
</form>
</center></body>
</html>