-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathActionButton.js
More file actions
17 lines (15 loc) · 664 Bytes
/
ActionButton.js
File metadata and controls
17 lines (15 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<form action="paginas/login.php">
<p id="log">Usuário: </p> <input id="cmpG" type="text" name="usuario"/>
<p id="log">Senha: </p> <input id="cmpG" type="password" name="senha" size=8 maxlength=8/>
<p id="log">A senha deve conter 08 caracteres (alfanumerico)</p>
<!-- Barra de botões -->
<div id="barra">
<input id="bnt" type="submit" value="Login"/></a>
<input id="bnt" type="reset" value="Limpar"/>
</div>
</form>
<form action="paginas/cadastrar.php">
<BUTTON >Cadastrar</BUTTON>
</form>
<BUTTON onclick="window.location.href='paginas/cadastrar.php'">Cadastrar</BUTTON>
<!--https://pt.stackoverflow.com/q/85554/101