📄 getmypassword.asp
字号:
<!--#include file="../config.asp"-->
<title><%=title%></title>
<%dim startime
startime=timer()
%>
<script language="JavaScript">
<!--
function trim_space(str)
{
while (str !="" && str.charAt(0) == " ")
str = str.substring(1,str.length);
while (str !="" && str.charAt(str.length-1) == " ")
str = str.substring(0,str.length-1);
return str;
}
function checkfm()
{
document.fm.login_name.value = trim_space(document.fm.login_name.value);
if(document.fm.login_name.value=="")
{
alert("请输入您的用户名!");
return false;
}
document.fm.submit();
return false;
}
//-->
</script>
<link rel="stylesheet" type="text/css" href="../1.css">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="750">
<tr>
<td width="100%"> </td>
</tr>
<tr>
<td width="100%" height="20" bgcolor="#FFCF88" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#CC5200">
<hr color="#FFFFFF" size="1"></td>
</tr>
</table>
</center>
</div>
<table cellSpacing="0" cellPadding="0" width="750" align="center" border="0">
<tr vAlign="top">
<td width="200">
<table height="183" cellSpacing="0" cellPadding="0" width="154" border="0">
<tr>
<td vAlign="top" bgColor="#fffaf7">
<img height="183" src="../IMG/left1.jpg" width="154"></td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="154" border="0">
<tr>
<td vAlign="top" background="../IMG/di.jpg" height="150">
</td>
</tr>
</table>
</td>
<td width="550">
<table cellSpacing="0" cellPadding="0" width="550" border="0">
<tr>
<td vAlign="top" colSpan="2"><span class="unnamed3"><br>
找回密码</span><br>
<br>
<font color="#ff6600">如果您忘记了您的帐号密码,请填写下面的表格,本服务中心将尽可能帮助您 找回您所需的信息。 <br>
注意: <br>
你必须在注册时填写了正确的<span lang="en-us">email</span>地址,如果没有请联系管理员为你找回.</font><br>
</td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="550" border="0">
<tr>
<td vAlign="top" bgColor="#d9d9d9" colSpan="2">
<img height="1" src="../IMG/spacer.gif" width="1"></td>
</tr>
</table>
<form name="fm" onsubmit="return checkfm();" action="GetMyPasswordchk.asp" method="post">
<input type="hidden" value="http://www.etang.com/" name="backurl">
<table cellSpacing="0" cellPadding="2" width="70%" align="center" border="0">
<tr>
<td align="middle"> </td>
</tr>
<tr>
<td align="middle"><font color="#000000">用户名: </font>
<input maxLength="20" name="login_name" size="20"> </td>
</tr>
<tr>
<td vAlign="bottom" align="middle">
<br>
<input type="radio" value="1" name="MemberType" checked>个人<input type="radio" value="2" name="MemberType">企业<br>
<br>
<input class="formbutt" onclick="javascript:checkfm()" type="button" value="继续">
<input class="formbutt" onclick="javascript:window.close()" type="button" value="取消">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="750">
<tr>
<td width="100%"><!--#include file="copyright.asp"--></td>
</tr>
</table>
</center>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -