archive: homework4
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
<title>用户登录</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form name="form1" action="${pageContext.request.contextPath}/Login" method="post">
|
||||
用户名:<input type="text" name="name" id="name" style="width:200px"/><br/>
|
||||
密 码:<input type="password" name="pwd" id="pwd" style="width:200px"/><br/>
|
||||
<input type="submit" name="Submit" value="提交"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user