⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_modify.asp

📁 e人畅想公用日记本 v1.0
💻 ASP
字号:
<!--#include file="top.asp"-->
<%if session("admin")="" then
response.redirect"index.asp"
elseif session("admin")="yes" then%>
<hr width="600" size="1" noshade>
<table width="600" border="0" cellspacing="0" cellpadding="0" align="center" class="table_pointline">
  <tr> 
    <td width="150">&nbsp;</td>
    <td width="450">
      <form name="form1" method="post" action="admin_savemodify.asp">
        管理姓名: 
        <input type="text" name="admin" class="local" size="15" maxlength="20" value="<%=co("admin")%>">
        (不包含&quot;'&quot;,否则以后将无法登陆)<br>
        管理密码: 
        <input type="password" name="password" size="15" maxlength="20" class="local" value="<%=co("password")%>">
        (无需要改动则请保留默认值)<br>
        重新输入: 
        <input type="password" name="password1" size="15" maxlength="20" class="local" value="<%=co("password")%>">
        <br>
        主页名称: 
        <input type="text" name="website" class="local" size="15" maxlength="30" value="<%=co("website")%>">
        <br>
        主页地址:
        <input type="text" name="uniform" class="local" size="15" maxlength="100" value="<%=co("uniform")%>">
        <br>
        <input type="checkbox" name="guestreply" value="1" checked>
        允许网友回复<br>
        <input type="submit" name="Submit" value="提交" class="withoutany">
        <input type="reset" name="Submit2" value="重置" class="withoutany">
      </form>
    </td>
  </tr>
</table>
<!--#include file="bottom.asp"-->
<%else
end if%>

⌨️ 快捷键说明

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