psw.asp

来自「林林网络招聘系统(源码+毕业论文+开题报告)使用ASP技术,数据库使用Acces」· ASP 代码 · 共 49 行

ASP
49
字号
<!-- #include file="conn.asp" -->
<%
'毕业设计:林林在线网络招聘系统
'毕业设计:林林在线网络招聘系统
if session("user")="" then
      Response.write("<center>使用错误,请先登陆")  
      Response.End
end if
%>
<HTML>
    <HEAD>
        <TITLE>公司注册</TITLE>
        <style type="text/css">
<!--
.style2 {font-size: 16px}
.style3 {font-size: 14px}
.style4 {	font-size: 18px;
	font-family: "幼圆";
	color: #0000FF;
}
.style5 {color: #FF0000}
-->
        </style>
    </HEAD>
    <BODY>
        <table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <th scope="col"><span class="style4">公司用户修改密码</span></th>
          </tr>
          <tr>
            <th scope="col"><br>
            <span class="style3"><span class="style2">[带<span class="style5"> * </span>必须填写]<br>
            [密码至少不能少于3位]
            </span></span></th>
          </tr>
        </table>
        <FORM METHOD="POST" ACTION="editpsw.asp">
          <div align="center" class="style3">              [新的密码]&nbsp;&nbsp;:
            <INPUT TYPE="password" NAME="Psw" SIZE="33">
			  <span class="style5">*</span><br>
			  [确认密码]&nbsp;&nbsp;:
              <INPUT TYPE="password" NAME="rePsw" SIZE="33">
			  <span class="style5">*</span><BR>                                     
              <INPUT TYPE="SUBMIT" VALUE="修改">   
              <INPUT TYPE="RESET" VALUE="重新输入">
          </div>
        </FORM>
</BODY> 
</HTML>   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?