📄 9010949b3188001d15edf1db12006f91
字号:
<%@ page language="java" contentType="text/html; charset=gbk"
pageEncoding="gbk"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script language="JavaScript">
function denglu(){
document.formlogin.action="/GuestBook/Login";
document.formlogin.submit();
}
function zhuce(){
document.location.href="regist.jsp";
}
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<center>
<form action="/GuestBook/Login" method="post" name="formlogin">
<br>
用户名:<input type="text" name="userName"><br>
密 码:<input type="password" name="password"><br><br>
<input type="Submit" name="login" value="登陆" onclick="denglu()">
<input type="reset" name="rest" value="重置">
<input type="button" value="注册" onclick="zhuce()">
<input type="hidden" name="domethod" value="login">
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -