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

📄 forgetpwd.jsp

📁 这是一个JAVA编的论坛系统。是从别人哪儿拷过来的
💻 JSP
字号:
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ page contentType='text/html;charset=GBK'%>
<html>
<head>
<title>忘记密码</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
input {  font-size: 12px; border: #9999CC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
table {  font-size: 12px}
-->
</style>
<logic:present name="nouser">
	  <script language="javascript">
	    alert("对不起,用户名不存在");
	  </script>
</logic:present>
</head>
<body bgcolor="#006600" background="images/back.gif">
<p align="center"><font color="#3399FF" size="+4" face="华文彩云"> <font color="#999933">忘记密码</font></font></p>
<form name="forgetpwd" method="post" action="forgetpwd.do">
  <table cellspacing=5 cellpadding=0 width="280" bgcolor=#FFFFFF border=0 align="center">
    <tr> 
      <td bgcolor="#99ccff" align="center"> 
        <table border="0" width="100%" height="100%" bgcolor="#FFFFFF">
		
          <tr bgcolor="#FFFFFF"> 
            <td align="center" height="6" width="33%"> 
              <div align="right">用户名:</div>
            </td>
            <td width="67%"> 
              <input type="text" name="username">
            </td>
          </tr>
		   <tr bgcolor="#FFFFFF"> 
            <td colspan="2" align="center" height="30"> 
              <input type="submit" value="确定送出">
            </td>
          </tr>
     
        </table>
  </table>
  <p align="center"><font color="#FFFFFF" size="2"> </font> </p>
  
</form>
</body>
</html>


⌨️ 快捷键说明

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