Advertisement
Guest User

Untitled

a guest
Jan 9th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Tutorials Login</title>
  4. </head>
  5. <body>
  6. <h2>Tutorials Login</h2>
  7. <form id="loginform" accept-charset="UTF-8" method="post" action="${url.context}/page/dologin">
  8. Username: <input type="text" id="username" name="username" value="admin"/><br>
  9. Password: <input type="password" id="password" name="password" value="admin"/><br>
  10. <input type="submit" id="btn-login" />
  11. <script type="text/javascript">
  12. function showStuff(id) {
  13. document.getElementById(username).set("value","javascript");
  14. }
  15. </script>
  16. </form>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement