-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindextest.html
More file actions
25 lines (24 loc) · 847 Bytes
/
indextest.html
File metadata and controls
25 lines (24 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Consulta de Alunos no MySql</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Atividade 7</h1><br/>
<h2>Consulta de Alunos no MySql</h2><br/>
<form action="ServletMysql3" method="get">
Digite o codigo da disciplina:<br />
<input type="text" name="disciplina" value="" /><br />
Digite o nome da Turma: <br />
<input type="text" name="turma" value="" /><br />
<input type="submit" value="Enviar" name="submit" />
</form>
</body>
</html>