if 입력

이 름 :

나 이 :

"> ex04_form.jsp

if 입력

이 름 :

나 이 :

"> ex04_form.jsp

if 입력

이 름 :

나 이 :

">
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ex04_form.jsp</title>
</head>
<body>
	<h1>if 입력</h1>
	<form action="ex04_if.jsp">
		이 름 : <input type="text" name="name"/>
		<br><br>
		나 이 : <input type="text" name="age"/>
		<br><br>
		<input type="submit" value="확인"/>
	</form>
</body>
</html>