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

📄 addaddress.jsp

📁 是一个J2EE的项目,在eclipse下编译通过,应用struts,hibernate开源框架,界面不是很漂亮.
💻 JSP
字号:
<%@ page language="java"  contentType="text/html;charset=UTF-8" pageEncoding="utf-8"%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>personfile page</title>
  </head>
  
  <body>
  <img src="jsp/images/logo.jpg"/>
    <form action="createadr.do" method="post">
    <table id="Table1" border="0" style="background-color: #a2c9ff; position:absolute; left:180px;" width="1000px">
    <tr>
    <td  colspan="2" align="center" height="50px"><span id="Label1" style="font-size:20;color:red;">添加地址记录</span></td>

    </tr>
    
	    <tr><td width="80px" height="30px"align="center"><span id="Label1" >市级地址</span></td><td><input name="username1" type="text" id="TextBox1" style="height:22px;width:200px;font-size: 12px" value=""/></td> </tr>
		<tr><td width="80px" height="30px"align="center">区级地址</td><td><input type="text" name="username2" id="TextBox1" style="height: 22px; width: 200px; font-size: 12px;" value=""></td></tr>
	    
	    <tr><td width="100px" height="30px"align="left">&nbsp; 街道地址</td><td><input type="text" name="username3" id="TextBox1" style="height: 22px; width: 600px; font-size: 12px;" value=""></td></tr>
   
    <tr>
        <td align="left" valign="top" width="100px">&nbsp; 备注信息</td>
	    <td width=""><textarea cols="100" rows="10" name="description"></textarea></td>
	</tr>
	<tr>	
	   <td align="center" colspan="2" height="30px"><input type="submit" name="Button1" value="确定新建" id="Button1"style=""/>&nbsp;&nbsp;&nbsp;&nbsp;<input type="reset" name="Button2" value="重填信息" id="Button2" style=""/></td>
	</tr>
    </table>
    <table>
    <tr><td><a href="tocommunity.do">返回</a></td></tr>
    </table>
       </form>
       <c:out value="${fds}"/>
  </body>
</html>

⌨️ 快捷键说明

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