?? admin_setpsw.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="GB18030"%>
<!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>一起飛揚(yáng)de個人博客[floatfly]</title>
<link rel="stylesheet" type="text/css" href="../css/private.css">
<SCRIPT language=javascript src="../js/private.js"></SCRIPT>
</head>
<SCRIPT language=javascript>
function CHKForm()
{
for(i=0;i<form1.elements.length;i++)
{
if(form1.elements[i].value=="")
{
alert(form1.elements[i].id+"不能為空");
form1.elements[i].focus();
return false;
}
}
return true;
}
</SCRIPT>
<body>
<table width="500" border="0" cellspacing="1" class="List">
<tr>
<th align="left" scope="col">當(dāng)前位置:網(wǎng)站配置修改</th>
</tr>
</table>
<br />
<form id="form1" name="form1" method="post" action="data_change_check.jsp?action=setpsw" onsubmit="return CHKForm()">
<table width="500" border="0" cellspacing="1" class="List">
<tr>
<th scope="col"> </th>
<th scope="col"> </th>
</tr>
<tr>
<td align="right">新密碼:</td>
<td><input name="newpsw" type="password" id="新密碼" /></td>
</tr>
<tr>
<td align="right">確認(rèn)新密碼:</td>
<td><input name="renewpsw" type="password" id="確認(rèn)新密碼" /></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="Submit" value="提交" />
<input type="reset" name="Submit2" value="重置" /></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -