📄 userregistrationresult.jsp
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<%@ include file="common_imports.jsp" %>
<html>
<head>
<title>Video On Demand</title>
</head>
<meta http-equiv="pragma" content="no-cache">
<body background="images/bg800.jpg">
<center><table CELLSPACING=0 CELLPADDING=0 WIDTH="100%" BGCOLOR="#000000" >
<tr>
<td><img SRC="images/leftlogo.png" height=32 width=71></td>
<td>
<center><img SRC="images/homemoviesbar.png" BORDER=0 height=32 width=260></center>
</td>
<td>
<div align=right><img SRC="images/smallsunlogo.png" BORDER=0 height=32 width=71></div>
</td>
</tr>
</table></center>
<%
Long masterID = Long.parseLong(request.getParameter("masterID"));
String login = request.getParameter("loginName");
String password = request.getParameter("password");
String firstName = request.getParameter("firstName");
String lastName = request.getParameter("lastName");
String simNum = request.getParameter("simID");
String msg = sms.registerUser(masterID,login,password,firstName,lastName,simNum);
%>
<tr>
<td><b>
<font color="#000000" size=5>
<CENTER><H1><U><%=msg%><U></H1></CENTER>
<!--<B><CENTER><FONT SIZE=4 COLOR="#000000"> <A HREF="<%= response.encodeUrl("my_account_info.jsp") %>">My Account Info</A></FONT>-->
</font>
</b></td></tr>
</font>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -