📄 step2.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
<HTML><HEAD><TITLE>用户注册</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="images/style.css" rel=stylesheet>
<META content="MSHTML 6.00.3790.0" name=GENERATOR>
<style type="text/css">
<!--
.style1 {color: #0000FF}
-->
</style>
</HEAD>
<BODY
style="MARGIN-TOP: 0px; VERTICAL-ALIGN: top; PADDING-TOP: 0px; TEXT-ALIGN: center">
<TABLE style="WIDTH: 755px" cellSpacing=0 cellPadding=0 width=757>
<TBODY>
<TR>
<TD style="VERTICAL-ALIGN: bottom; HEIGHT: 6px" colSpan=3>
<TABLE
style="BACKGROUND-IMAGE: url(images/head.jpg); WIDTH: 755px; HEIGHT: 150px"
cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD
style="VERTICAL-ALIGN: text-top; WIDTH: 80px; HEIGHT: 115px; TEXT-ALIGN: right"
colSpan=5></TD></TR>
<TR>
<TD
style="VERTICAL-ALIGN: text-top; HEIGHT: 1px; TEXT-ALIGN: right"><TABLE
style="WIDTH: 240px" cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD style="WIDTH: 80px; HEIGHT: 15px; TEXT-ALIGN: center"
colSpan=3 rowSpan=3><SPAN
style="FONT-SIZE: 9pt; COLOR: #cc0033">◎ </SPAN><span class="style1">首 页</span></TD>
<TD style="WIDTH: 80px; HEIGHT: 15px; TEXT-ALIGN: center"
width=80 rowSpan=3><SPAN
style="FONT-SIZE: 9pt; COLOR: #cc0033">◎ </SPAN><span class="style1">博客文章</span></TD>
<TD style="WIDTH: 80px; HEIGHT: 15px; TEXT-ALIGN: center"
width=80 rowSpan=3><SPAN
style="FONT-SIZE: 9pt; COLOR: #cc0033">◎ </SPAN><span class="style1">博客注册</span></TD>
</TR>
<TR></TR>
<TR></TR></TBODY>
</TABLE></TD>
<TD
style="VERTICAL-ALIGN: text-top; WIDTH: 85px; HEIGHT: 1px; TEXT-ALIGN: right"><SPAN
style="FONT-SIZE: 9pt; VERTICAL-ALIGN: middle; TEXT-ALIGN: center">当前时间:</SPAN></TD>
<TD
style="FONT-SIZE: 9pt; VERTICAL-ALIGN: top; WIDTH: 273px; COLOR: red; FONT-FAMILY: 宋体; HEIGHT: 1px; TEXT-ALIGN: left"
colSpan=3>
<SCRIPT type=text/javascript>
document.write("<span id=labTime width='118px' Font-Size='9pt'></span>") //输出显示日期的容器
setInterval("labTime.innerText=new Date().toLocaleString()",100) //每1000毫秒(即1秒) 执行一次本段代码
</SCRIPT>
</TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD
style="BACKGROUND-IMAGE: url(images/bg.jpg); VERTICAL-ALIGN: middle; HEIGHT: 450px; TEXT-ALIGN: center"
vAlign=baseline colSpan=3><BR><BR>
<FORM name=myform action=wizard.lzw method=post>
<TABLE class=i_table borderColor=#ffffff cellSpacing=2 cellPadding=3
width="85%" align=center bgColor=#ffffff border=1>
<TBODY>
<TR align=left bgColor=#cee36b>
<TD class=right_head colSpan=2 height=22><SPAN
style="FONT-SIZE: 9pt; COLOR: #cc0033">◎</SPAN> 必填内容</TD></TR>
<TR bgColor=#ffffff>
<TD class=f_one vAlign=center align=right width="22%">用户名</TD>
<TD class=f_one align=left width="78%">
<spring:bind path="command.txt_regname">
<INPUT maxLength=14 name=txt_regname value="${status.value }">
<FONT color=red>* ${status.errorMessage }</FONT>
</spring:bind>
</TD></TR>
<TR bgColor=#ffffff>
<TD vAlign=center align=right>真实姓名</TD>
<TD align=left>
<spring:bind path="command.txt_regrealname">
<INPUT type=password maxLength=75 name=txt_regrealname value="${status.value }">
<FONT color=red>* ${status.errorMessage }</FONT>
</spring:bind></TD></TR><TR bgColor=#ffffff>
<TD vAlign=center align=right>密码</TD>
<TD align=left>
<spring:bind path="command.txt_regpwd">
<INPUT type=password maxLength=75 name=txt_regpwd value="${status.value }">
英文字母或数字等不少于6位 <FONT color=red>* ${status.errorMessage }</FONT>
</spring:bind></TD></TR>
<TR bgColor=#ffffff>
<TD vAlign=center align=right>确认密码</TD>
<TD align=left><spring:bind path="command.txt_regpwd2">
<INPUT type=password maxLength=75 name=txt_regpwd2 value="${status.value }">
<FONT color=red>* ${status.errorMessage }</FONT></spring:bind></TD></TR>
<TR bgColor=#ffffff>
<TD align=right>出生日期</TD>
<spring:bind path="command.txt_birthday">
<TD align=left><SPAN class=word_grey><INPUT name=txt_birthday value="${status.value }">
(日期格式为:yyyy-mm-dd)
<FONT color=red>* ${status.errorMessage }</FONT></SPAN></TD></spring:bind></TR>
<TR bgColor=#ffffff>
<TD vAlign=center align=right>Email</TD>
<TD align=left>
<spring:bind path="command.txt_regemail">
<INPUT maxLength=75 size=35 name=txt_regemail value="${status.value }">
<FONT color=#000000>公开邮箱 <FONT color=red>* ${status.errorMessage }</FONT></FONT>
</spring:bind> </TD></TR>
<TR bgColor=#ffffff>
<TD align=right>所在城市</TD>
<TD align=left>
<SCRIPT src="images/initcity.js"></SCRIPT>
<SELECT onchange=initcity(); name=txt_province>
<SCRIPT>creatprovince();</SCRIPT>
</SELECT>
<spring:bind path="command.txt_city">
<SELECT name=txt_city><option>${status.value }</option></SELECT> <FONT
color=red>* ${status.errorMessage }</FONT></spring:bind> </TD></TR>
<TR bgColor=#ffffff>
<TD class=f_one vAlign=center align=right>选择头像:</TD>
<TD class=f_one align=left>
<TABLE cellSpacing=0 cellPadding=0 width=106>
<TBODY>
<TR>
<TD width=10 height=47>
<SCRIPT language=javascript>
//通过下拉列表选择头像时应用该函数
function showlogo(){
document.images.img.src="images/head/"+document.myform.txt_ico.options[document.myform.txt_ico.selectedIndex].value;
}
</SCRIPT>
</TD>
<TD width=80><IMG height=60 src="images/0.gif" width=60
name=img></TD>
<TD align=middle width=53 rowSpan=2><FONT
color=red>*</FONT></TD></TR>
<TR>
<TD> </TD>
<TD><SELECT onchange=showlogo() size=1
name=txt_ico> <OPTION value=0.gif selected>头像1<OPTION
value=1.gif>头像2<OPTION value=2.gif>头像3<OPTION
value=3.gif>头像4</OPTION> <OPTION value=4.gif>头像5</OPTION>
<OPTION value=5.gif>头像6</OPTION></SELECT>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<BR><INPUT class=btn_grey type="submit" value="提 交" name=_target2>
<INPUT class=btn_grey type="submit" value="取 消" name=_cancel>
</FORM></TD></TR>
<TR>
<TD align=middle background=images/footer.jpg colSpan=3
height=82>欢迎访问博客网 请使用IE 6.0 在1024×768分辨率下浏览本网站<BR> CopyRight@ 2006 明日科技开发</TD>
</TR></TBODY></TABLE></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -