document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2.     <head>
  3.         <meta charset="UTF-8">
  4.         <title>Usando o método POST</title>
  5.     </head>
  6.     <body>
  7.         <form action="" method="post">
  8.             <input type="text" name="minhaEntrada">
  9.             <input type="submit" value="Enviar">
  10.         </form>
  11.     </body>
  12. </html>
');