ok.jsp~7~

来自「用户登录,增加,删除,修改,查询数据库,验证码的使用」· JSP~7~ 代码 · 共 24 行

JSP~7~
24
字号
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
ok
</title>
</head>
<body bgcolor="#ffffff">
<%String userName=(String)request.getAttribute("userName"); %>
<form method="post" action="logAction.do">
<br><br>
<input type="hidden" name="action" value="viewAll" />
<center><%=userName%>,欢迎您!</center>
<br><br><br>

<center>
<input type="submit" name="Submit" value="查询">
<input type="button" value="增加" onclick="location='logAction.do?action=toAdd';">
<input type="button" value="返回" onclick="location='login.jsp';">
</center>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?