📄 newuser.jsp
字号:
<%@ page language="java" contentType="text/html; charset=gb2312" pageEncoding="gb2312"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>天缘茗茶</title>
<LINK href="TeaWebCSS.css" type=text/css rel=stylesheet />
<script language="javascript">
function goto(url)
{
document.location = url;
}
</script>
</head>
<body topmargin="0" leftmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="60" colspan="3"><%@ include file="head.jsp" %></td>
</tr>
<tr>
<td width="180" rowspan="2" align="right" valign="top"><%@ include file="left.jsp" %></td>
<td height="6" colspan="2" background="Images/TopLine.jpg"></td>
</tr>
<tr>
<td width="5" height="600" align="left" valign="top"><img src="Images/Corner.jpg" width="5" height="5" /></td>
<td width="100%" align="center" valign="top"><table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30"> </td>
</tr>
</table>
<form id="form1" name="form1" method="post" action="AddUser.jsp">
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="38%" height="30" align="right">登陆帐号:</td>
<td width="62%" align="left"><input name="txtUID" type="text" id="txtCode" /></td>
</tr>
<tr>
<td height="30" align="right">登陆密码:</td>
<td align="left"><input name="txtPWD" type="text" id="txtPrice"/></td>
</tr>
<tr>
<td height="30" align="right">确认密码:</td>
<td align="left"><input name="txtCPWD" type="text" id="txtNum" /></td>
</tr>
<tr>
<td height="30" align="right">用户名称:</td>
<td align="left"><input name="txtName" type="text" id="txtCost" /></td>
</tr>
<tr>
<td height="30" colspan="2" align="center"><label>
<input type="submit" name="Submit" value="提交" />
</label></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -