Advertisement
Guest User

Form.html

a guest
Oct 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Form</title>
  4. <script>
  5. </script>
  6. </head>
  7. <body>
  8.  
  9.  
  10. <form action="switch2.php" method="POST" name="dati" id="form1">
  11. <p>Lettera </p><input type="text" id="Lettera" name="Lettera" required pattern="[a-zA-Z]*" maxlength="1" placeholder="Lettera">
  12. <br>
  13. <input type="submit" value="Lettera">
  14. </form>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement