<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Biçim</title>
</head>
<body>
<form action="AdderPage.jsp" method="POST">
<br/>
Sol : <input type="text" name="left"/><br/>
<br/>
Sağ : <input type="text" name="right"/><br/>
<br/>
<input type="submit" value="Topla"/>
</form>
</body>
</html>
Dosyayı İndir