
index
By: a guest on
Apr 22nd, 2011 | syntax:
Java | size: 0.89 KB | hits: 71 | expires: Never
<%--
Document : index
Created on : 22/04/2011, 16:31:27
Author : meathook
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<div align="center" id="form1">
<form name="cadastrarAluno" action="CadastrarAluno" method="post">
<h1>Cadastrar aluno</h1>
<pre>
Nome : <input type="text" name="nomeAluno" />
Idade : <input type="text" name="idadeAluno" />
Endereço : <input type="text" name="enderecoAluno" />
Id : <input type="text" name="idAluno" />
<input type="submit" name="sub" /> <input type="reset" />
</form>
</pre>
</div>
</body>
</html>