fabiao.asp

来自「梦想世界虚拟社区」· ASP 代码 · 共 46 行

ASP
46
字号
<html>
<head>
<title>发表文章</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../luntan.css" type="text/css">
</head>

<body bgcolor="#588CC0" text="#000000">
<table width="750" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td bgcolor="#588CC0"> 
      <form name="form1" method="post" action="chuli.asp">
        <p><b>文章主题:</b> 
          <input type="text" name="t1" size="60">
        </p>
        <p><b>文章内容:</b></p>
        <p> 
          <textarea name="t2" rows="30" cols="70"></textarea>
        </p>
        <p>                
<input type="submit" name="Submit" value="提交">
           
          <input type="reset" name="Submit2" value="重设">
        </p>
      </form>
    </td>
  </tr>
  <tr> 
    <td bgcolor="#588CC0">&nbsp;</td>
  </tr>
  <tr> 
    <td bgcolor="#588CC0">&nbsp;</td>
  </tr>
  <tr> 
    <td bgcolor="#588CC0">&nbsp;</td>
  </tr>
  <tr> 
    <td bgcolor="#588CC0">&nbsp; </td>
  </tr>
  <tr>
    <td bgcolor="#588CC0">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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