Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Usando o método GET</title>
- </head>
- <body>
- <form action="" method="get">
- <input type="text" name="minhaEntrada">
- <input type="submit" value="Enviar">
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment