Advertisement
naelah

Lab 3: lab3form

Mar 18th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="ISO-8859-1">
  5. <title>E-mail login</title>
  6. </head>
  7. <body>
  8.  
  9. <form action=http://localhost/lab3/processpart1 method="post">
  10.  
  11. email: <input type="text" name="email">
  12. <input type="submit" value="Log in">
  13.  
  14. </form>
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement