⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 loginpage.jsp

📁 it is online banking syastem in java
💻 JSP
字号:
<!-- 
     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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -