?? regsucceed.jsp~3~
字號:
<%@ page contentType="text/html; charset=GBK" %>
<%
String username=request.getParameter("username");
%>
<html>
<head>
<title>
注冊成功
</title>
<style type=text/css>
<!--
td,body,input,select,p {font-size: 14px;}
-->
</style>
</head>
<body>
<br><br><br><br><br><br><br><br><br><br><br>
<TABLE align="center" style="BORDER-COLLAPSE: collapse" cellSpacing="0" cellPadding="0" border="1" width=350>
<tbody>
<TR>
<TD bgColor="#0099cc" height="22">
<font color="#ffffff">注冊成功!</font>
</TD>
</TR>
<tr>
<td align="center" height="125">恭喜您:<b><%=username %></b>,您已成功注冊寵物醫院通行證!<a href="Login.jsp">登錄</a>窗口</td>
</tr>
</tbody>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -