?? password.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>
--%>
<br><BR><BR><BR>
<CENTER>
<b><font SIZE=10 color="#000000">Please enter your password:</b>
<FORM METHOD="POST" action="AuthenticationServlet">
<TABLE BORDER="2" CELLPADDING="3" CELLSPACING="1">
<TR VALIGN="TOP">
<TD>Password:</TD>
<TD><INPUT NAME="password" TYPE="password" SIZE="20"></TD>
</TR>
<TR VALIGN="TOP">
<TD><INPUT TYPE="HIDDEN" NAME="username" VALUE="<%=
request.getParameter("username") %>" ></TD>
<TD><INPUT TYPE="SUBMIT" VALUE="OK"></TD>
</TR>
</TABLE>
</FORM>
</FONT>
</CENTER>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -