signin_cfb.jsp
来自「《Java网络程序设计.rar》包括三个网络程序的源代码。」· JSP 代码 · 共 18 行
JSP
18 行
<center><font size=2>Container Form-Based Login</font><form method="POST" action='<%= response.encodeURL("j_security_check") %>' > <table border="0" cellspacing="5"> <tr> <th align="right">Username:</th> <td align="left"><input type="text" name="j_username" value="tomcat"></td> </tr> <tr> <th align="right">Password:</th> <td align="left"><input type="password" name="j_password" value="sqe"></td> </tr> <tr> <td align="right"><input type="image" border="0" src="<%=request.getContextPath()%>/images/button-submit2.gif" name="submit"></td> </tr> </table></center></form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?