Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <form action="something.php" method="post" target="_blank">
  6. First name: <input type="text" name="fname"><br>
  7. Last name: <input type="text" name="lname"><br>
  8. <input type="submit" value="Submit">
  9. </form>
  10.  
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement