Advertisement
KHIT

login_ds

May 18th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.31 KB | None | 0 0
  1. <form action="../admin/auth.php" method="post">
  2.  Brugernavn: <input type="text" name="username" />
  3.  Password: <input type="password" name="password" />
  4.  <input type="submit" name="submit" value="Log ind" />
  5.  <input type="button" name="tilbage" value="Tilbage" onClick="window.location.href='../index.php'" />
  6.  </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement