Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 22nd, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. login form with https and http
  2. <form method="post" action="https://[domain-name]/b.php">
  3.     <input type="text" name="username" />
  4.     <input type="password" name="password" />
  5.     <input type="submit" value="login" />
  6. </form>