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

📄 newinfoinput.asp

📁 ASPTest 网络基础网页设计
💻 ASP
字号:
<form method="POST" action="InsertArticle.asp">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="630" height="369" align="center">
  <tr>
    <td width="100%" colspan="2" align="center" height="21" bgcolor="#1E3A75">
    <font color="#FFFFFF">请输入文章内容</font></td>
  </tr>
<%
If Session("UserID")="" Then
%>  
  <tr>
    <td width="28%" height="37" bgcolor="#B5C7EC" align="right">
    用户ID:</td>
    <td width="72%" height="37" align="center" bgcolor="#B5C7EC">
    <input type="text" name="txtUserID" size="20"></td>
  </tr>
  <tr>
    <td width="28%" height="43" bgcolor="#B5C7EC" align="right">
    密码:</td>
    <td width="72%" height="43" align="center" bgcolor="#D8E1F5">
    <input type="password" name="txtUserPWD" size="20"></td>
  </tr>
<% 
End If
%>
  <tr>
    <td width="28%" height="38" bgcolor="#B5C7EC" align="right">
    文章标题:</td>
    <td width="72%" height="38" align="center" bgcolor="#B5C7EC">
    <input type="text" name="txtTitle" size="39"></td>
  </tr>
  <tr>
    <td width="28%" height="121" bgcolor="#B5C7EC" align="right">
    文章内容:</td>
    <td width="72%" height="121" align="center" bgcolor="#D8E1F5">
      <textarea rows="10" name="txtContent" cols="51"></textarea></td>
  </tr>
  <tr>
    <td width="100%" height="24" bgcolor="#B5C7EC" colspan="2">
     </td>
  </tr>
  <tr>
    <td width="100%" colspan="2" align="center" height="29" bgcolor="#1E3A75">
    <input type="submit" value="提交文章" name="btnSubmit">&nbsp; 
    <input type="reset" value="全部重写" name="btnReset"></td>
  </tr>
</table>
</form>

⌨️ 快捷键说明

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