Advertisement
Momnteiror2m

indexAutoPecas.jsp

Sep 6th, 2016
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.98 KB | None | 0 0
  1. <%--
  2.    Document   : index
  3.    Created on : 06/09/2016, 21:01:31
  4.    Author     : aluno
  5. --%>
  6.  
  7. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  8. <!DOCTYPE html>
  9. <html>
  10.     <head>
  11.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  12.         <title>Auto Peças</title>
  13.     </head>
  14.     <body>
  15.         <h1>Auto Peças</h1>
  16.         <form action="controleAutoPecas.jsp">
  17.             <div>
  18.                 Escolha a cor da Etiqueta<br/>
  19.                 <input type="radio" name="cor" value="azul"/>Azul<br/>
  20.                 <input type="radio" name="cor" value="rosa"/>Rosa<br/>
  21.                 <input type="radio" name="cor" value="amarelo"/>Amarelo<br/>
  22.                 <input type="radio" name="cor" value="branco"/>Branco<br/><br/>
  23.                 Informe o valor do Produto<br/>
  24.                 <input type="text" name="valor"/><br/><br/>
  25.                 <input type="submit" value="Calcular" />
  26.             </div>
  27.         </form>
  28.     </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement