?? search_pwd1.asp
字號:
<!--#include file="info.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css" type="text/css">
<title><%=webname%> - 找回密碼</title>
</head>
<body>
<!--#include file="top.asp"-->
<div align="center">
<table border="0" width="760" cellspacing="0" cellpadding="0" id="table1" height="421">
<tr>
<td style="border-left: 1px solid #0086DF; border-right: 1px solid #0086DF" width="760" valign="top" bgcolor="#FEFBF4">
<div align="center">
<table border="0" width="705" cellspacing="0" cellpadding="0" id="table2" height="377">
<tr>
<td height="86" width="214">
<img border="0" src="images/spwd.gif" width="282" height="90"></td>
<td height="86" width="237"> </td>
<td height="86" width="128">
<img border="0" src="images/spwd1.gif" width="128" height="90"></td>
<td height="86" width="58"> </td>
</tr>
<tr>
<td width="705" colspan="4">
<script language=javascript>
function test()
{
if (document.form1.name.value==""){
alert("請輸入用戶名!")
document.form1.name.focus();
return false
}
if (document.form1.user.value=="0"){
alert("請選擇會員類別!");
document.form1.user.focus();
return false
}
return true
}
function reset_form()
{
document.form1.name.value="";
document.form1.userr.value="";
document.form1.name.focus;
}
</script>
<form name="form1" method="POST" action="search_pwd2.asp" onsubmit="return test()">
<div align="center">
<table border="0" width="274" cellspacing="0" cellpadding="0" id="table3" height="118">
<tr>
<td height="25" width="274" colspan="2">
<b>√第一步:</b></td>
</tr>
<tr>
<td height="25" width="99" align="center">
輸入用戶名:</td>
<td height="25" width="175">
<input type="text" name="name" size="16" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px"></td>
</tr>
<tr>
<td height="25" width="99" align="center">
請選擇類型:</td>
<td height="25" width="175">
<select size="1" name="user">
<option selected value="0">-請選擇會員類別
</option>
<option value="1">個(gè)人用戶</option>
<option value="2">企業(yè)用戶</option>
</select></td>
</tr>
<tr>
<td height="43" width="274" align="center" colspan="2">
<input type="submit" value="下一步" name="B1"></td>
</tr>
</table>
</div>
</form>
<p>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<!--#include file="base.asp"-->
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -