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

📄 d41.jsp

📁 持久层hibernate技术使用的一个例子
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=GBK" isErrorPage="true" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="/css/base.css" rel="stylesheet" type="text/css">
</head>

<body>
<html:form action="/D42" >
<table width="80%" align="center">
  <tr>
    <td height="131" colspan="4">&nbsp;</td>
  </tr>
  <tr>
    <td width="20%"  rowspan="4">&nbsp;</td>
    <td width="30%" ><div align="center">用户名字</div></td>
    <td width="30%" align="center"> <bean:write name="D4" property="SUsername" /></td>
    <td width="20%" rowspan="4">&nbsp;</td>
  </tr>
  <tr>
    <td height="32"><div align="center">密码提示问题</div></td>
    <td height="32"  align="center"><bean:write name="D4" property="SFindpsw" /></td>
  </tr>
  <tr>
    <td height="24"><div align="center">回答问题</div></td>
    <td height="24"><input type="text" name="question" class="input-text"><br><html:errors /></td>
  </tr>
  <tr>
    <td height="26" align="center">
      
	   <input type="submit" value="提交" class="inputstyle2"> 
 </td>
    <td height="26"><div align="center">
       <input type="reset" name="Submit2" value="重填" class="inputstyle2">	
    </div></td>
  </tr>
  <tr>
    <td height="82" colspan="4">本页面仅供发送了找回密码传真或邮件的用户使用,如果您还没有发送过找回密码的传真或邮件,请发送后再查询</td>
  </tr>
</table>

</html:form>
</body>
</html>

⌨️ 快捷键说明

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