📄 psw1.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>找会密码2</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="css/my.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {
font-size: 12px;
color: #0000FF;
}
.style5 {font-size: 12px; color: #000000; }
-->
</style>
<Script Language="JavaScript">
<!--
function check_Null(){
if (document.form1.ask.value==""){
alert("对不起,请输入你的密码提示问题!");
return false;
}
if (document.form1.daan.value==""){
alert("对不起,请写是你的密码提示答案!");
return false;
}
return true;
}
// -->
</Script>
</head>
<% session("userman")=request("user")%>
<body>
<table width="760" height="308" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="46" align="center" valign="top"><!--#include file="top.asp"--></td>
</tr>
<tr>
<td height="152">
<form name="form1" method="post" action="psw2.asp" onsubmit="JavaScript: return check_Null();">
<table width="595" height="117" border="0" cellpadding="2" cellspacing="0">
<tr>
<td width="297" height="43" align="right"><span class="style5">密码提示问题:</span></td>
<td width="290"><input type="text" class="form" name="ask"></td>
</tr>
<tr>
<td height="39" align="right"><span class="style5">密码提示问题答案:</span></td>
<td><input type="text" class="form" name="daan"></td>
</tr>
<tr>
<td> </td>
<td><input name="Submit" type="submit" class="style1" value="下 一 步"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -