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

📄 login.asp

📁 这是一个文章管理的网页源程序
💻 ASP
字号:
<html>
<head>
<title>文章修改登陆</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000"> 
<form name="form1" method="post" action="wlogin.asp">
  <table ellSpacing=0 cellPadding=0 width="100%" border=0 align=center>
   <tr>
    <td bgColor="<%=Tablebackcolor%>">
	    <table ellSpacing=1 cellPadding=4 width="100%" border=0 cellspacing="0">
          <tr> 
            <td height="6" colspan="2" align="center" bgColor="<%=Tabletitlecolor%>">用户管理文章登陆</td>
    </tr>
    <tr bgColor="<%=Tablebodycolor%>"> 
      <td height="7" width="30%" align="center">用户名:</td>
      <td height="7"> 
        <input type="text" name="username" size="10">
      </td>
    </tr>
    <tr bgColor="<%=Tablebodycolor%>"> 
      <td width="30%" align="center">密 码:</td>
      <td> 
        <input type="password" name="password" size="10">
      </td>
    </tr>
    <tr align="center" bgColor="<%=Tablebodycolor%>"> 
      <td colspan="2"> 
        <input type="submit" name="Submit" value="登陆">
        <input type="reset" name="Submit2" value="重置">
      </td>
    </tr>
  </table></td></tr></table>
</form>
</body>
</html>

⌨️ 快捷键说明

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