getpwd.asp
上传用户:btntkt
上传日期:2021-04-16
资源大小:5296k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

DOS

  1. <html>
  2. <head>
  3. <title>密码找回</title>
  4. <meta http-equiv="Content-Language" content="zh-cn">
  5. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  6. <link href="images/css.css" rel="stylesheet" type="text/css">
  7. <script language="javascript">
  8. <!--
  9. function form1_onsubmit() {
  10. if (document.form1.username.value=="")
  11. {
  12. alert("请填写用户名!")
  13. document.form1.username.focus()
  14. return false
  15. }
  16. }
  17. // --></script>
  18. </head>
  19. <body topmargin="20" leftmargin="0" oncontextmenu="self.event.returnValue=false">
  20. <form method="POST" name="form1" language="javascript" onSubmit="return form1_onsubmit()" action="getpwd2.asp">
  21. <table border="0" cellpadding="2" cellspacing="1" width="400" bgcolor="#6FABCB" style="border-collapse: collapse" align="center">
  22. <TR><TD bgColor=#ffffff height=1></TD></TR>
  23. <TR><TD align=center>第一步:填写您的用户名。</TD>
  24. </TR>
  25. <tr bgcolor="#ffffff"> 
  26. <td height="100" bgcolor="F8FAFB"> 
  27. <table border="0" cellpadding="0" width="100%" cellspacing="0">
  28. <tr> 
  29. <td width="100%" height="22" align="center">忘记密码?请在这里添入您的用户名!</td>
  30. </tr>
  31. <tr> 
  32. <td width="100%" align="center">
  33. <input class="wenbenkuang" type="text" name="username" size="18">
  34. <input class="go-wenbenkuang" name="imageField" type="submit" value=" 下一步 " onFocus="this.blur()">
  35. </td>
  36. </tr>
  37. </table>
  38. <p align="center"><a href="javascript:window.close()" class="1">关闭窗口</a></p>
  39. </td>
  40. </tr>
  41. </table>
  42. </form>
  43. </body>
  44. </html>