Skip to content

Instantly share code, notes, and snippets.

@ChangJoo-Park
Created April 24, 2013 12:57
Show Gist options
  • Save ChangJoo-Park/5451926 to your computer and use it in GitHub Desktop.
Save ChangJoo-Park/5451926 to your computer and use it in GitHub Desktop.
Login
<%-- Created by IntelliJ IDEA. --%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title></title>
</head>
<body>
<form method="POST" action="loginhandle.jsp">
<p>ID : <input type="text" name="userId"></p>
<p>PW : <input type="password" name="userPassword"></p>
<p><input type="submit" value="Submit"><input type="reset" value="Reset"></p>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment