Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as HTML by asd ( 12 years ago )
<%-- 
    Document   : index
    Created on : 10/09/2014, 21:54:15
    Author     : Dutra
--%>

 <%@page c pageEncoding="UTF-8"%>
</html>
<html>
    <head>
         <meta http-equiv="Content-Type" c>
        <title>Produto</title>
    </head>
    <body>
         <form name="form1" acti method="POST">
            <center>
                <h1>Validação de Usuário</h1>
                <br><table border="1">
                    <tbody>
                        <tr>
                            <td>Usuário:</td>
                            <td><input type="text" name="tfUsuario" value="" size="30" /></td>
                        </tr>
                        <tr>
                            <td>Senha:</td>
                            <td><input type="password" name="tfSenha" value="" size="30" /></td>
                        </tr>
                        <tr>
                            <td><input type="reset" value="Limpar" name="btLimpar" /></td>
                            <td><input type="submit" value="Executar" name="btExecutar" /></td>
                        </tr>
                    </tbody>
                </table>
            </center>
        </form>
    </body>
</html>

 

Revise this Paste

Your Name: Code Language: