?? e064e6aedc18001e1aa3f6da0f9d7068
字號(hào):
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'index.jsp' starting page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
<jsp:include flush="true" page="header.jsp"></jsp:include>
<form name="form1" method="post" action="CustomerRegistServlet">
<table width="76%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><div align="center" class="STYLE1"></div></td>
</tr>
<tr>
<td width="49%" bgcolor="#FFFFFF"> <div align="right">姓名:</div></td>
<td width="51%">
<input type="text" name="CustomerRegistName"> </td>
</tr>
<tr>
<td><div align="right">性別:</div></td>
<td> <input type="radio" name="sex" value="male">
男
<input type="radio" name="sex" value="female">
女</td>
</tr>
<tr>
<td><div align="right">密碼:</div></td>
<td><input type="password" name="CustomerRegistPassword"></td>
</tr>
<tr>
<td><div align="right">Email:</div></td>
<td><input type="text" name="email"></td>
</tr>
<tr>
<td><div align="right">地址:</div></td>
<td><input type="text" name="address"></td>
</tr>
<tr>
<td><div align="right">聯(lián)系方式</div></td>
<td><input type="text" name="contact"></td>
</tr>
<
<tr>
<td colspan="2"><div align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</div></td>
</tr>
</table>
</form>
<jsp:include flush="true" page="footer.jsp"></jsp:include>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -