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

📄 forgetinfo.jsp

📁 java论坛代码。 mvc模式下的bbs论坛程序
💻 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'%>
<logic:notPresent name="question">
  <logic:forward name="bbs_login" />
</logic:notPresent>
<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="wronganswer">
	  <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="seekpassword.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="23" width="33%"> 
              <div align="right">问题:</div>
            </td>
            <td width="67%" height="23"> 
              <bean:write name="question" />
            </td>
          </tr>
          <tr bgcolor="#FFFFFF"> 
            <td align="center" height="26" width="33%"> 
              <div align="right">答案:</div>
            </td>
            <td width="67%" height="26"> 
              <input type="text" name="answer">
            </td>
          </tr>
          <tr bgcolor="#FFFFFF"> 
            <td align="center" height="26" width="33%"> 
              <div align="right">你的信箱:</div>
            </td>
            <td width="67%" height="26"> 
              <input type="text" name="to">
            </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 + -