loginpage.jsp

来自「it is online banking syastem in java」· JSP 代码 · 共 26 行

JSP
26
字号
<!-- 
     This login page will appear if MailHomePage.jsp detect
     with the help of ConnectionBean that the connection doesnot 
     established due to any reason.
-->

<html>
<body bgcolor="#C0C0C0" text="#800080" link="#800080" alink="#800080">
 

 <B>
  You have entered wrong user name or password. Please enter the correct information 
  <BR><BR>
 <B>
 <form name=login method=POST ACTION = "http:\\localhost:8080\examples\jsp\MailHomePage.jsp" >
  <p align="center"><font color="#800080"><b>User Name</b></font><input type="text" name="user" >
  </p>
  <p align="center">
  <BR>
  &nbsp;<b>Password&nbsp;</b>&nbsp; <input type="password" name="password">
  <BR><BR>
  &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<input type="submit" value="LogIn" name="LOGIN"  style="color: #800080; border-style: ridge; border-color: #800080"></p>
</form>
</body>
</html>

⌨️ 快捷键说明

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