Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2011
3,099
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.29 KB | None | 0 0
  1. <html>
  2. <body>
  3. <form action="http://example.com" method="get">
  4.     User: <input type="text" name="username" /><br/>
  5.     Password: <input type="password" name="password" /><br/>
  6.     <input type="hidden" name="extra" value="lolcatz" />
  7.     <input type="submit"/>
  8. </form>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement