Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.64 KB | None | 0 0
  1.   <form action="j_spring_security_check" method="POST">
  2.     <p>
  3.       User: <input type="text" id="input_j_username" name="j_username"  /><br />
  4.       Password: <input type='password' name='j_password'>
  5.     </p>
  6.      
  7.     <!--
  8.    <p><input type="checkbox" name="_spring_security_remember_me"> Don't ask for my password for two weeks</p>
  9.    -->
  10.    
  11.     <input name="reset" type="reset" value="Reset" />
  12.     <input name="Login" type="submit" value="Login" />
  13.  
  14.     <script type="text/javascript">
  15.       if (document.getElementById) {
  16.         document.getElementById('input_j_username').focus();
  17.       }
  18.     </script>
  19.  
  20.   </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement