mynews.asp

来自「一个通讯录」· ASP 代码 · 共 60 行

ASP
60
字号
<%
if session("logined")<>true then
	response.redirect"login.asp"
end if 
%>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>会计电算化40215班专用通讯录之发布公告</title>
<link rel="stylesheet" type="text/css" href="css/intereye.css">
</head>

<body topmargin="5" background="images/bg.gif" leftmargin="0">

<div align="left">
  <table border="0" cellpadding="0" cellspacing="0" width="650" height="54">
    <tr>
      <td height="28" style="border-bottom: 1 dotted #000080">
        <p align="center"><font color="#FF0000">会计电算化40215班专用通讯录之发布公告</font></td>
    </tr>
    <tr>
      <td height="22">
        <form method="POST" action="mynewscheck.asp">
          <div align="left">
            <table border="0" cellpadding="0" cellspacing="0" width="644" height="167">
              <tr>
                <td height="37" width="75"></td>
                <td height="37" width="66" align="center"><font color="#000080">你的姓名</font></td>
                <td height="37" width="360">
                  <p align="center"><input type="text" name="name" size="51" style="border: 1 dotted #000080"></p>
                </td>
                <td height="125" width="27" rowspan="2">
                  <p align="center"></td>
              <td height="125" width="73" rowspan="2">
                <p align="left" style="line-height: 150%"></td>
              <center>
              <td height="125" width="18" rowspan="2"></td>
              <td height="125" width="11" rowspan="2"></td>
              </tr>
              <tr>
                <td height="88" width="75"></td>
                <td height="88" width="66" align="center"><font color="#000080">想说什么</font></td>
                <td height="88" width="360">
                  <p align="center"><textarea rows="7" name="news" cols="49" style="border: 1 dotted #000080"></textarea></p>
                </td>
              </tr>
              <tr>
                <td height="36" width="629" colspan="6">
                  <p align="center"><input type="submit" value="发表" name="submit" style="font-size: 9pt; height: 19; width: 52; color: #E0E0E0; background-color: #006898; border: 2 solid #3399FF" onMouseOver ="this.style.backgroundColor='#ff0000'" onMouseOut ="this.style.backgroundColor='#006898'"> 
                  <input type="reset" value="重写" name="reset" style="font-size: 9pt; height: 19; width: 52; color: #E0E0E0; background-color: #006898; border: 2 solid #3399FF" onMouseOver ="this.style.backgroundColor='#ff0000'" onMouseOut ="this.style.backgroundColor='#006898'">
                  <a href="javascript:window.close();" style="font-size: 9pt; height: 19; width: 52; color: #E0E0E0; background-color: #006898; border: 2 solid #3399FF" onMouseOver ="this.style.backgroundColor='#ff0000'" onMouseOut ="this.style.backgroundColor='#006898'">以后再说</a> 
                </td>
              </tr>
            </table>
          </div>
        </form>
      </center>
      </td>
    </tr>
  </table>
</div>

⌨️ 快捷键说明

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